pip install -r requirements.txt
- Create a
.env
file in the root of the project and add yourOPENAI_API_KEY
to it. - Run
python TestChatOpenAI.py
to run the alejandro-ao/chagpt-cli-python. - Run
python TestConversationBufferWindowMemory.py
to run the ConversationBufferWindowMemory. - Run
streamlit run globalize-text-streamlit.py
to run the Build Your Own OpenAI + LangChain Web App in 23 Minutes - YouTube. - Run
streamlit run StreamlitConversation.py
to run the LangChain Conversation Buffer Window Memory with streamlit-chat - YouTube. - Run
python GradioConversation.py
to run the LangChain Conversation Buffer Window Memory with Gradio - YouTube.