| version: 1.2.2 | |
| cache: true | |
| endpoints: | |
| custom: | |
| - name: "OpenRouter" | |
| apiKey: "${OPENROUTER_KEY}" | |
| baseURL: "https://openrouter.ai/api/v1" | |
| models: | |
| default: [ | |
| "qwen/qwq-32b", | |
| "google/gemma-3-27b-it" | |
| ] | |
| fetch: true | |
| titleConvo: true | |
| titleModel: "current_model" | |
| summarize: false | |
| summaryModel: "current_model" | |
| forcePrompt: false | |
| modelDisplayLabel: "OpenRouter" | |
| #- name: "Ollama" | |
| # apiKey: "ollama" | |
| # baseURL: "http://host.docker.internal:11434/v1/" | |
| # models: | |
| # default: [ | |
| # "llama3:latest", | |
| # "command-r", | |
| # "mixtral", | |
| # "phi3" | |
| # ] | |
| # fetch: true # fetching list of models is not supported | |
| # titleConvo: true | |
| # titleModel: "current_model" |