mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: enable thinking mode for DeepSeek V3.1 on Fireworks AI
This commit is contained in:
parent
d7d3f4099b
commit
7e011e390c
2 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ export const fireworksModels = {
|
|||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
supportsNativeTools: true,
|
||||
supportsReasoningBinary: true,
|
||||
defaultToolProtocol: "native",
|
||||
inputPrice: 0.56,
|
||||
outputPrice: 1.68,
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ describe("FireworksHandler", () => {
|
|||
contextWindow: 163840,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
supportsReasoningBinary: true,
|
||||
inputPrice: 0.56,
|
||||
outputPrice: 1.68,
|
||||
description: expect.stringContaining("DeepSeek v3.1 is an improved version"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue