AI_Game / requirements.txt
ducnguyen1978's picture
Upload folder using huggingface_hub
815d041 verified
raw
history blame contribute delete
505 Bytes
# AI Friends Talk - Gradio Version
# Requirements for deployment to Hugging Face Spaces or other platforms
# Core framework
gradio>=4.0.0,<6.0.0
# Environment variables
python-dotenv>=1.0.0
# AI/LLM API clients
openai>=1.0.0
groq>=0.30.0
# Alternative Google AI (if needed instead of OpenAI interface)
google-generativeai>=0.3.0
# HTTP requests (used by API clients)
requests>=2.31.0
# Note: Standard library modules (os, time, random) are built-in and don't need to be listed