Easily interact with all main LLMs
Project description
Supported large language models: the one hosted on groq
The rest is to come:
- anthropic (claude...)
- deepseek (deepseek-70b...)
- google (gemini...)
- meta (llama3.1-7b...)
- openai (gpt3.5...)
- qwen (34b...)
Usage example:
import llmpy as lm
question = 'how many r\'s in strawberry'
model = Model.LLAMA_3_3_70B
models = [
Model.LLAMA_3_3_70B,
Model.Deepseek
]
lm.ask(model, question)
lm.ask_many(models, question)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
llmpy_lib-0.0.6.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llmpy_lib-0.0.6.tar.gz.
File metadata
- Download URL: llmpy_lib-0.0.6.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82f8cb1c8c0cdf63f8062450989eb5607a5ef8db9a5ab6aaf56576d94215ae05
|
|
| MD5 |
7b08425fd80ae00bbc7f7e54b0e2a776
|
|
| BLAKE2b-256 |
3269a3f5b48dad7487de9399eff9cb05540571d57f0fa7d7c0e7f6af97cc26d9
|
File details
Details for the file llmpy_lib-0.0.6-py3-none-any.whl.
File metadata
- Download URL: llmpy_lib-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8fa15d3eda0e009c1c96a51e55a4a1727e9f650b89ad5b3c814b39af5d11a0d
|
|
| MD5 |
e14ecb67125bc6cf3fca68210e146786
|
|
| BLAKE2b-256 |
f38155bb02b12432200e9c000d762a67bd5c0bf67f0419c14731c76f5aa64cea
|