https://github.com/xettrisomeman/llm_simple_app
Simple LLM APP
https://github.com/xettrisomeman/llm_simple_app
api claude cohere langchain llm openai streamlit
Last synced: 5 months ago
JSON representation
Simple LLM APP
- Host: GitHub
- URL: https://github.com/xettrisomeman/llm_simple_app
- Owner: xettrisomeman
- License: mit
- Created: 2024-08-21T06:35:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:54:05.000Z (almost 2 years ago)
- Last Synced: 2025-07-18T09:45:45.211Z (11 months ago)
- Topics: api, claude, cohere, langchain, llm, openai, streamlit
- Language: Python
- Homepage: https://llmsimpleapp-mrzdrd8jxzcxmy5yisnmis.streamlit.app/
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Title
Simple LLM APP using cohere, openai and claude.
# To run the app
git clone git@github.com:xettrisomeman/llm_simple_app.git
pip install -r req.txt
streamlit run app.py
# Use Docker
git clone git@github.com:xettrisomeman/llm_simple_app.git
> docker compose up
## Things to do before running locally:
Go to /components/app_interface/configmanager.py
set HOSTING=False
**Go to``localhost:8501`` to check the app.**