You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [tool.poetry]
- name = "dora-openai-server"
- version = "0.3.7rc1"
- authors = [
- "Haixuan Xavier Tao <tao.xavier@outlook.com>",
- "Enzo Le Van <dev@enzo-le-van.fr>",
- ]
- description = "Dora OpenAI API Server"
- license = "MIT License"
- homepage = "https://github.com/dora-rs/dora.git"
- documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-openai-server/README.md"
- readme = "README.md"
- packages = [{ include = "dora_openai_server" }]
-
- [tool.poetry.dependencies]
- dora-rs = "^0.3.6"
- numpy = "< 2.0.0"
- pyarrow = ">= 5.0.0"
- python = "^3.7"
- fastapi = "^0.115"
- asyncio = "^3.4"
- uvicorn = "^0.31"
- pydantic = "^2.9"
-
- [tool.poetry.scripts]
- dora-openai-server = "dora_openai_server.main:main"
-
- [build-system]
- requires = ["poetry-core>=1.8.0"]
- build-backend = "poetry.core.masonry.api"
|