llm_simple_app

Simple LLM APP

MIT License

Stars
1
Committers
2

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 tolocalhost:8501 to check the app.

Related Projects