Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.**