aibot / pyproject.toml
thebendu's picture
OpenAI chatbot with gradio + refactoring
6c89611
raw
history blame contribute delete
310 Bytes
[tool.poetry]
name = "openai-project"
version = "0.1.0"
description = ""
authors = ["rahul38888 <rahul38888@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.10.2"
openai = "1.46.0"
gradio = "4.44.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"