Skip to content

Commit 8653a05

Browse files
committed
fix: remove unused MINIMAX_DEFAULT_TEMPERATURE constant
1 parent 627e98a commit 8653a05

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/types/src/providers/minimax.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ export const miniMaxModels = {
3434
description: `MiniMax-M2 Vision adds multimodal capabilities to the Pro model, supporting image understanding alongside code generation and reasoning tasks.`,
3535
},
3636
} as const satisfies Record<string, ModelInfo>
37-
38-
export const MINIMAX_DEFAULT_TEMPERATURE = 0.7

src/api/providers/minimax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { miniMaxModels, miniMaxDefaultModelId, MINIMAX_DEFAULT_TEMPERATURE } from "@roo-code/types"
1+
import { miniMaxModels, miniMaxDefaultModelId } from "@roo-code/types"
22

33
import type { ApiHandlerOptions } from "../../shared/api"
44

0 commit comments

Comments
 (0)