forked from phoenix/litellm-mirror
17 lines
378 B
TOML
17 lines
378 B
TOML
[tool.poetry]
|
|
name = "litellm"
|
|
version = "0.1.433"
|
|
description = "Library to easily interface with LLM API providers"
|
|
authors = ["BerriAI"]
|
|
license = "MIT License"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
openai = "^0.27.8"
|
|
python-dotenv = "^1.0.0"
|
|
tiktoken = "^0.4.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|