Add files via upload

This commit is contained in:
Uday Slathia
2025-10-16 12:20:34 +05:30
committed by GitHub
parent e4fd46ad67
commit b0e36896f2
3 changed files with 790 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Core dependencies
openai>=1.12.0
anthropic>=0.18.0
google-generativeai>=0.3.0
gradio>=4.0.0
python-dotenv>=1.0.0
# HTTP client (required by anthropic)
httpx>=0.24.0
# Optional: For better performance
aiohttp>=3.9.0