mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
feat: add supportsReasoningBinary to DeepSeek V3.2 for thinking mode
This commit is contained in:
parent
6dce159053
commit
b138557bda
2 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ export const fireworksModels = {
|
|||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
supportsNativeTools: true,
|
||||
supportsReasoningBinary: true,
|
||||
inputPrice: 0.56,
|
||||
outputPrice: 1.68,
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -235,6 +235,7 @@ describe("FireworksHandler", () => {
|
|||
contextWindow: 163840,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
supportsReasoningBinary: true,
|
||||
inputPrice: 0.56,
|
||||
outputPrice: 1.68,
|
||||
description: expect.stringContaining("DeepSeek v3.2 is the latest version"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue