Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.02 KB

🔀 OpenRouter + Streamlit Example App

Open in GitHub Codespaces

Starter examples for building LLM apps with Streamlit and OpenRouter, using OpenRouter OAuth PCKE.

Overview of the App

This app showcases a growing collection of OpenRouter minimum working examples, using multiple AI APIs.

Current examples include:

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

Demo App

Streamlit App

Running the code

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

Getting API keys

Not needed! Your users will click the Connect OpenRouter button and auto-supply your app with a custom API key, using an OAuth PKCE flow.