Chatbot / requirements.txt
mhmdabd's picture
Update requirements.txt
1227c4c verified
raw
history blame contribute delete
269 Bytes
# --- Core ---
python-dotenv
openai>=1.42.0
# --- LangChain + LangGraph ---
langchain>=0.2.5
langchain-core>=0.2.10
langchain-openai>=0.1.14
langgraph>=0.1.9
# --- Web UI ---
streamlit>=1.37.0
# --- Optional Utilities ---
dataclasses-json
typing-extensions
tiktoken