Update README

This commit is contained in:
Joshua Carroll
2023-07-07 15:31:06 -07:00
parent 3dd0968691
commit 35a637ce5d
+1 -1
View File
@@ -4,7 +4,7 @@
This repository contains reference implementations of various LangChain agents as Streamlit apps including:
- `basic_streaming.py`: How to do streaming with a simple app using `langchain.chat_models.ChatOpenAI` ([View the app](https://langchain-streaming-example.streamlit.app/))
- `basic_streaming.py`: Simple streaming app with `langchain.chat_models.ChatOpenAI` ([View the app](https://langchain-streaming-example.streamlit.app/))
- `mrkl_demo.py`: An agent that replicates the [MRKL demo](https://python.langchain.com/docs/modules/agents/how_to/mrkl) ([View the app](https://langchain-mrkl.streamlit.app))
- `minimal_agent.py`: A minimal agent with search (requires setting `OPENAI_API_KEY` env to run)
- `search_and_chat.py`: A search-enabled chatbot that remembers chat history ([View the app](https://langchain-chat-search.streamlit.app/))