Starter examples for building LLM apps with Streamlit.
This app showcases a growing collection of LLM minimum working examples.
Current examples include:
You can get your own OpenAI API key by following the following instructions:
+ Create new secret key button.Create secret key button.To set the OpenAI API key as an environment variable in Streamlit apps, do the following:
< Manage app then click on the vertical "..." followed by clicking on Settings.Secrets tab and paste the API key into the text box as follows:OPENAI_API_KEY='xxxxxxxxxx'
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run Chatbot.py
5 commits
Python
100.0%
Starter examples for building LLM apps with Streamlit.
This app showcases a growing collection of LLM minimum working examples.
Current examples include:
You can get your own OpenAI API key by following the following instructions:
+ Create new secret key button.Create secret key button.To set the OpenAI API key as an environment variable in Streamlit apps, do the following:
< Manage app then click on the vertical "..." followed by clicking on Settings.Secrets tab and paste the API key into the text box as follows:OPENAI_API_KEY='xxxxxxxxxx'
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run Chatbot.py
5 commits
Python
100.0%