Skip to content

Phodaie/llm-examples

This branch is 45 commits behind streamlit/llm-examples:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

53f1724 · Jul 14, 2023

History

71 Commits
Jun 2, 2023
May 25, 2023
Jul 14, 2023
Jul 12, 2023
Jul 12, 2023
Jun 28, 2023
Jul 12, 2023
Jun 2, 2023
Jul 12, 2023
Jun 28, 2023

Repository files navigation

🎈 Streamlit + LLM Examples App

Open in GitHub Codespaces

Starter examples for building LLM apps with Streamlit.

Overview of the App

This app showcases a growing collection of LLM minimum working examples.

Current examples include:

  • Chatbot
  • File Q&A
  • Langchain Quickstart
  • Langchain PromptTemplate
  • LangChain Search

Demo App

Streamlit App

Get an OpenAI API key

You can get your own OpenAI API key by following the following instructions:

  1. Go to https://platform.openai.com/account/api-keys.
  2. Click on the + Create new secret key button.
  3. Next, enter an identifier name (optional) and click on the Create secret key button.

Enter the OpenAI API key in Streamlit Community Cloud

To set the OpenAI API key as an environment variable in Streamlit apps, do the following:

  1. At the lower right corner, click on < Manage app then click on the vertical "..." followed by clicking on Settings.
  2. This brings the App settings, next click on the Secrets tab and paste the API key into the text box as follows:
OPENAI_API_KEY='xxxxxxxxxx'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%