mirror of
https://github.com/czl9707/build-your-own-openclaw.git
synced 2026-08-14 00:47:59 +00:00
docs: update MiniMax model example to M3 (#20)
Bump the MiniMax provider example in PROVIDER_EXAMPLES.md from the older MiniMax-M2.5 to the latest MiniMax-M3, so newcomers following the tutorial pick up the current recommended model out of the box.
This commit is contained in:
@@ -14,7 +14,7 @@ llm:
|
||||
```yaml
|
||||
llm:
|
||||
provider: minimax
|
||||
model: openai/MiniMax-M2.5
|
||||
model: openai/MiniMax-M3
|
||||
api_key: your-minimax-api-key
|
||||
api_base: https://api.minimax.io/v1
|
||||
temperature: 0.7
|
||||
|
||||
Reference in New Issue
Block a user