Fix MiniMax Anthropic endpoint example
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m35s

This commit is contained in:
Steve W
2026-04-09 17:48:34 +00:00
parent 7c9d851a9a
commit cb4eb43209

View File

@@ -33,7 +33,7 @@ MiniMax recommends Anthropic-compatible integration.
```bash ```bash
export LLM_PROVIDER=anthropic export LLM_PROVIDER=anthropic
export LLM_BASE_URL=https://api.minimax.io/v1 export LLM_BASE_URL=https://api.minimax.io/anthropic
export LLM_API_KEY=your_minimax_key export LLM_API_KEY=your_minimax_key
export LLM_MODEL=MiniMax-M2.7 export LLM_MODEL=MiniMax-M2.7
``` ```
@@ -51,7 +51,7 @@ Request body:
"body": "Hi Daniel, please review the attached budget proposal." "body": "Hi Daniel, please review the attached budget proposal."
}, },
"provider": "anthropic", "provider": "anthropic",
"base_url": "https://api.minimax.io/v1", "base_url": "https://api.minimax.io/anthropic",
"model": "MiniMax-M2.7", "model": "MiniMax-M2.7",
"temperature": 0.1 "temperature": 0.1
} }