Spaces:
Sleeping
Sleeping
File size: 234 Bytes
317adb5 | 1 2 3 4 5 6 7 8 9 10 11 12 | [project]
name = "generativeai2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openai>=2.8.1",
"python-dotenv>=1.2.1",
"streamlit>=1.51.0",
]
|