mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-07-01 09:25:05 -04:00
Update README
This commit is contained in:
@@ -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/))
|
||||
|
||||
Reference in New Issue
Block a user