Starter examples for building LLM apps with Streamlit and OpenRouter, using OpenRouter OAuth PCKE.
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
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run Chatbot.py
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.