chatui / librechat.yaml
saneowl's picture
Create librechat.yaml
02d3e9e verified
raw
history blame contribute delete
347 Bytes
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"