File size: 437 Bytes
22507c4 89b3610 22507c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[tool.poetry]
name = "open-o1"
version = "0.1.0"
description = ""
authors = ["tikendraw <[email protected]>"]
license = "Apache License 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
litellm = "^1.48.5"
streamlit = "^1.38.0"
openai = "^1.46.0"
python-dotenv = "^1.0.1"
function-schema = "^0.4.2"
termcolor = "^2.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|