check point
This commit is contained in:
20
requirements.txt
Normal file
20
requirements.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user