mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Use search_and_replace for minimax (#9780)
This commit is contained in:
parent
48dc4d98e3
commit
a4f4f35b46
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ import { DEFAULT_HEADERS } from "../constants"
|
|||
export const MODEL_DEFAULTS: Record<string, Partial<ModelInfo>> = {
|
||||
"minimax/minimax-m2:free": {
|
||||
defaultToolProtocol: "native",
|
||||
includedTools: ["search_and_replace"],
|
||||
excludedTools: ["apply_diff"],
|
||||
},
|
||||
"anthropic/claude-haiku-4.5": {
|
||||
defaultToolProtocol: "native",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue