Fix MiniMax Anthropic endpoint example
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m35s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m35s
This commit is contained in:
@@ -33,7 +33,7 @@ MiniMax recommends Anthropic-compatible integration.
|
||||
|
||||
```bash
|
||||
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_MODEL=MiniMax-M2.7
|
||||
```
|
||||
@@ -51,7 +51,7 @@ Request body:
|
||||
"body": "Hi Daniel, please review the attached budget proposal."
|
||||
},
|
||||
"provider": "anthropic",
|
||||
"base_url": "https://api.minimax.io/v1",
|
||||
"base_url": "https://api.minimax.io/anthropic",
|
||||
"model": "MiniMax-M2.7",
|
||||
"temperature": 0.1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user