Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpypasta/llm-web-agent
A collection of tools that explore giving LLMs agency.
https://github.com/cpypasta/llm-web-agent
llm ollama openai openrouter streamlit togetherai
Last synced: 18 days ago
JSON representation
A collection of tools that explore giving LLMs agency.
- Host: GitHub
- URL: https://github.com/cpypasta/llm-web-agent
- Owner: cpypasta
- Created: 2023-12-25T02:45:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-07T23:48:54.000Z (about 1 year ago)
- Last Synced: 2024-09-27T01:50:25.268Z (4 months ago)
- Topics: llm, ollama, openai, openrouter, streamlit, togetherai
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llm-web-agent
This repo has a number of streamlit apps that demonstrate various capabilities of LLM to have agency.
Streamlit Apps:
1. [Agent Chat](https://langchain-agent.streamlit.app/): have a chat with OpenAI with access to tools.
2. [Open Chat](https://open-chat.streamlit.app/): chat with many open source LLMs locally and from cloud providers.## Agent Chat
![image](https://github.com/rollerb/llm-web-agent/assets/2107385/625eb7f1-48fe-435a-81db-defa989bd029)
## Open Chat (with Ollama)
![image](https://github.com/rollerb/llm-web-agent/assets/2107385/ecce454e-2164-4ad5-96cf-4318ee308357)