Abirdcfly / llm-examples

Streamlit LLM app examples for getting started

Home Page:https://streamlit.io/generative-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run chatbot.py


deactivate

About

Streamlit LLM app examples for getting started

https://streamlit.io/generative-ai

License:Apache License 2.0


Languages

Language:Python 92.6%Language:Dockerfile 7.4%