mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 13:27:28 -07:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"modelBackend": "ollama",
|
|
"ollamaConfig": {
|
|
"host": "http://host.docker.internal",
|
|
"port": 11434,
|
|
"defaultModel": "deepseek-coder"
|
|
},
|
|
"otherSettings": {
|
|
"enableStreaming": true,
|
|
"timeout": 60
|
|
}
|
|
}
|