33 lines
924 B
Django/Jinja
33 lines
924 B
Django/Jinja
version: 1.2.8
|
|
endpoints:
|
|
custom:
|
|
- name: "rinoa-ollama"
|
|
apiKey: "ollama"
|
|
baseURL: "http://ollama:11434/v1/chat/completions"
|
|
models:
|
|
default: [
|
|
"codellama:7b",
|
|
"deepseek-coder-v2:16b",
|
|
"deepseek-r1:1.5b",
|
|
"deepseek-v3:671b",
|
|
"dolphin-mistral:7b",
|
|
"llama2:7b",
|
|
"llama3.3:70b",
|
|
"mistral-openorca:7b",
|
|
"mistral:7b",
|
|
"orca-mini:3b",
|
|
"phi4:14b",
|
|
"qwen2.5",
|
|
"smollm2:1.7b",
|
|
"starcoder2:3b",
|
|
"tinyllama:1.1b",
|
|
]
|
|
# fetching list of models is supported but the `name` field must start
|
|
# with `ollama` (case-insensitive), as it does in this example.
|
|
fetch: true
|
|
titleConvo: true
|
|
titleModel: "current_model"
|
|
summarize: false
|
|
summaryModel: "current_model"
|
|
forcePrompt: false
|
|
modelDisplayLabel: "Ollama" |