Chatbot / pyproject.toml
AnjanSB's picture
feat: Change AI model API dependency to GROQ
603fd5d
raw
history blame contribute delete
225 Bytes
[project]
name = "chatbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"dotenv>=0.9.9",
"gradio[oauth]>=6.4.0",
"openai>=2.15.0",
]