CustomChatGPT / requirements.txt
Mahadih534's picture
Create requirements.txt
0a24c8b
raw
history blame
205 Bytes
# GRADIO building web apps with Python
gradio
# OpenAI is a library for accessing the OpenAI API
openai
# LangChain is a framework for building LLM-powered applications
langchain
# os for environment
os