gaia / pyproject.toml
mohamed.tsouli
initial commit
8fa2802
raw
history blame
389 Bytes
[tool.poetry]
name = "chatbot-gaia-1"
version = "0.1.0"
description = "chatebot level 1 GAIA generative AI for Agriculture"
authors = ["mohamed.tsouli"]
readme = "README.md"
packages = [{include = "chatbot-gaia-1"}]
[tool.poetry.dependencies]
python = "^3.11"
mistralai = "^1.5.0"
gradio = "^5.15.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"