mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
QwQ
This commit is contained in:
parent
1632bb5169
commit
a8ba44e49e
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ const openSourceModelOptions_assumingOAICompat = {
|
||||||
contextWindow: 128_000, maxOutputTokens: 8_192,
|
contextWindow: 128_000, maxOutputTokens: 8_192,
|
||||||
},
|
},
|
||||||
'qwen3': {
|
'qwen3': {
|
||||||
supportsFIM: false, // no FIM, yes reasoning
|
supportsFIM: false, // replaces QwQ
|
||||||
supportsSystemMessage: 'system-role',
|
supportsSystemMessage: 'system-role',
|
||||||
reasoningCapabilities: { supportsReasoning: true, canTurnOffReasoning: true, canIOReasoning: true, openSourceThinkTags: ['<think>', '</think>'] },
|
reasoningCapabilities: { supportsReasoning: true, canTurnOffReasoning: true, canIOReasoning: true, openSourceThinkTags: ['<think>', '</think>'] },
|
||||||
contextWindow: 32_768, maxOutputTokens: 8_192,
|
contextWindow: 32_768, maxOutputTokens: 8_192,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue