17 lines
458 B
TOML
17 lines
458 B
TOML
[project]
|
|
name = "allendpoints"
|
|
version = "0.1.0"
|
|
description = "A powerful Python module for making inferences with various LLM providers through a unified interface."
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"ollama>=0.1.6",
|
|
"requests>=2.31.0",
|
|
"google-generativeai>=0.3.0",
|
|
"huggingface_hub>=0.19.0",
|
|
"together>=0.2.8",
|
|
"groq>=0.4.0",
|
|
"openai>=1.6.0",
|
|
"colorama>=0.4.6",
|
|
"python-dotenv>=1.0.0"
|
|
] |