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.3.tar.gz
(1.9 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.3.tar.gz.
File metadata
- Download URL: llmpy_lib-0.0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6bb27698de8f2461063912d994ee187f4d693dfae0c94d780d66eb9fe8b4f5d
|
|
| MD5 |
9d58b1b79f479505818135f631e4d01f
|
|
| BLAKE2b-256 |
4d147af393fb8b076a3127c4531748a527d0431aa23c7324a76f402abd886753
|
File details
Details for the file llmpy_lib-0.0.3-py3-none-any.whl.
File metadata
- Download URL: llmpy_lib-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
1d966d79bb916932c9e2f0eda01a3a7d4190e3dbca404d3e0d13fc60d46e7158
|
|
| MD5 |
408dee522fb4e77763f180ea719b04b7
|
|
| BLAKE2b-256 |
e7b2805b346c4365372568f13d80b9114e5ebc5c2f6073beb2070ebab097248b
|