mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 19:04:37 +00:00
Added compat flags to model config example for ollama (#152)
This commit is contained in:
parent
d56a0463df
commit
5be846802f
1 changed files with 5 additions and 1 deletions
|
|
@ -205,7 +205,11 @@ You can add custom models and providers (like Ollama, vLLM, LM Studio, or any cu
|
|||
"input": ["text"],
|
||||
"cost": {"input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0},
|
||||
"contextWindow": 128000,
|
||||
"maxTokens": 32000
|
||||
"maxTokens": 32000,
|
||||
"compat": {
|
||||
"supportsDeveloperRole": false,
|
||||
"supportsStore": false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue