| version: "1.0" | |
| custom: | |
| - name: "Ollama" | |
| apiKey: "ollama" | |
| baseURL: "${OLLAMA_BASE_URL}" # Use the env var | |
| models: | |
| default: [ "gpt-oss:20b" ] | |
| fetch: true | |
| titleConvo: true | |
| titleModel: "current_model" | |
| summarize: false | |
| summaryModel: "current_model" | |
| forcePrompt: false | |
| modelDisplayLabel: "GPT-OSS-20B" |