Files
task-69a96fe3c46fd26feae6c2da/requirements.txt
T

6 lines
250 B
Plaintext

# Requirements for the Personal AI Fluency Plan project
# The only external dependency is langchain-openai which provides the ChatOpenAI wrapper.
# It must be >=0.3.0 to support the current LangChain API.
langchain-openai>=0.3.0
python-dotenv>=1.0.0