Spaces:
Sleeping
Sleeping
File size: 200 Bytes
1c0e694 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Core framework fastapi==0.115.2 uvicorn==0.30.6 # Google Gemini API client google-generativeai==0.7.2 # Environment variables python-dotenv==1.0.1 # (Optional) Parsing & utilities pydantic==2.9.2 |