mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 19:00:44 +00:00
Merge branch 'main' into refactor
This commit is contained in:
commit
f24ba6d7c7
1 changed files with 5 additions and 1 deletions
|
|
@ -206,7 +206,11 @@ You can add custom models and providers (like Ollama, vLLM, LM Studio, or any cu
|
||||||
"input": ["text"],
|
"input": ["text"],
|
||||||
"cost": {"input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0},
|
"cost": {"input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0},
|
||||||
"contextWindow": 128000,
|
"contextWindow": 128000,
|
||||||
"maxTokens": 32000
|
"maxTokens": 32000,
|
||||||
|
"compat": {
|
||||||
|
"supportsDeveloperRole": false,
|
||||||
|
"supportsStore": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue