fix: add DeepSeek V3.2 TEE model to Chutes provider config with baseURL
This commit is contained in:
@@ -5124,9 +5124,17 @@ async function ensureOpencodeConfig(session) {
|
|||||||
if (CHUTES_API_KEY) {
|
if (CHUTES_API_KEY) {
|
||||||
providers.chutes = {
|
providers.chutes = {
|
||||||
options: {
|
options: {
|
||||||
apiKey: CHUTES_API_KEY
|
apiKey: CHUTES_API_KEY,
|
||||||
|
baseURL: 'https://llm.chutes.ai/v1'
|
||||||
},
|
},
|
||||||
models: {}
|
models: {
|
||||||
|
'deepseek-ai/DeepSeek-V3.2-TEE': {
|
||||||
|
id: 'deepseek-ai/DeepSeek-V3.2-TEE',
|
||||||
|
name: 'DeepSeek V3.2 TEE',
|
||||||
|
tool_call: true,
|
||||||
|
temperature: true
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user