Files
gen_game-a0/requirements.txt
vuongps38770 31de8b0d84 check point
2025-12-25 18:06:29 +07:00

21 lines
293 B
Plaintext

# Game Generator - Dependencies
# LangChain Core
langchain>=0.1.0
langchain-core>=0.1.0
# LLM Providers
langchain-google-genai>=1.0.0
langchain-openai>=0.0.5
langchain-ollama>=0.1.0
# Pydantic
pydantic>=2.0.0
# API Server
fastapi>=0.100.0
uvicorn>=0.23.0
# Utilities
python-dotenv>=1.0.0