-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
40 lines (38 loc) · 1.18 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
dependencies = [
"openai == 1.13.3",
"anthropic == 0.19.1",
"fireworks-ai == 0.13.0",
"groq == 0.4.2",
"mistralai == 0.1.6",
"python-dotenv == 1.0.1",
"replicate == 0.24.0",
"together == 0.2.11",
"google-generativeai == 0.4.1",
]
name = "api4all"
version = "0.4.0"
requires-python = ">=3.8"
authors = [
{name = "Hieu Nguyen", email = "hieung.tech@gmail.com"}
]
maintainers = [
{name = "Hieu Nguyen", email = "hieung.tech@gmail.com"}
]
description = "Easy-to-use LLM API from a state-of-the-art provider and comparison"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["llm", "llmapi", "llminference", "llmprovider", "llmprice", "llmlearderboard", "llmpricing"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/hieuminh65/api4all"
Documentation = "https://github.com/hieuminh65/api4all"
Repository = "https://github.com/hieuminh65/api4all"
Changelog = "https://github.com/hieuminh65/api4all/blob/main/CHANGELOG.md"