mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: remove unused MINIMAX_DEFAULT_TEMPERATURE constant
This commit is contained in:
parent
627e98a3fd
commit
8653a05734
2 changed files with 1 additions and 3 deletions
|
|
@ -34,5 +34,3 @@ export const miniMaxModels = {
|
|||
description: `MiniMax-M2 Vision adds multimodal capabilities to the Pro model, supporting image understanding alongside code generation and reasoning tasks.`,
|
||||
},
|
||||
} as const satisfies Record<string, ModelInfo>
|
||||
|
||||
export const MINIMAX_DEFAULT_TEMPERATURE = 0.7
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { miniMaxModels, miniMaxDefaultModelId, MINIMAX_DEFAULT_TEMPERATURE } from "@roo-code/types"
|
||||
import { miniMaxModels, miniMaxDefaultModelId } from "@roo-code/types"
|
||||
|
||||
import type { ApiHandlerOptions } from "../../shared/api"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue