Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:54:05.000Z (4 months ago)
- Last Synced: 2024-12-19T13:53:17.455Z (15 days ago)
- Topics: api, claude, cohere, langchain, llm, openai, streamlit
- Language: Python
- Homepage: https://llmsimpleapp-mrzdrd8jxzcxmy5yisnmis.streamlit.app/
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- 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 [email protected]:xettrisomeman/llm_simple_app.git
pip install -r req.txt
streamlit run app.py# Use Docker
git clone [email protected]: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.**