Skip to content

[v0.1.4.post6] After upgrade to v0.1.4 post 6 build-in minimax provider no longer work #2590

@pmchan

Description

@pmchan

Was working in prior version. After upgrade to post 6, the build-in minimax provider no longer work:

"minimax": {
  "apiKey": "xxxxxxx",
  "apiBase": null,
  "extraHeaders": null
},

Tried to add apiBase as:

  "apiBase": "https://api.minimax.io/v1",

or
"apiBase": "https://api.minimax.io/",

and it is the same. Finally, switch to use Anthropic compatible setting as:

"anthropic": {
  "apiKey": "xxxxxxx",
  "apiBase": "https://api.minimax.io/anthropic",
  "extraHeaders": null
},

and specify anthropic in agent to resolve this:

"agents": {
"defaults": {
"workspace": "~/.nanobot/workspace",
"model": "MiniMax-M2.7",
"provider": "anthropic",
"maxTokens": 8192,
"contextWindowTokens": 65536,
"temperature": 0.1,
"maxToolIterations": 40,
"reasoningEffort": null,
"timezone": "UTC"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions