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: 5 months 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 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.**