You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
English | [中文](./README_CN.md)
4
4
5
-
**Mini Agent** is a minimal yet professional demo project that showcases the best practices for building agents with the MiniMax M2 model. Leveraging an Anthropic-compatible API, it fully supports interleaved thinking to unlock M2's powerful reasoning capabilities for long, complex tasks.
5
+
**Mini Agent** is a minimal yet professional demo project that showcases the best practices for building agents with the MiniMax M2.1 model. Leveraging an Anthropic-compatible API, it fully supports interleaved thinking to unlock M2's powerful reasoning capabilities for long, complex tasks.
6
6
7
7
This project comes packed with features designed for a robust and intelligent agent development experience:
8
8
@@ -115,7 +115,7 @@ Fill in your API Key and corresponding API Base:
115
115
api_key: "YOUR_API_KEY_HERE"# API Key from step 1
116
116
api_base: "https://api.minimax.io"# Global
117
117
# api_base: "https://api.minimaxi.com" # China
118
-
model: "MiniMax-M2"
118
+
model: "MiniMax-M2.1"
119
119
```
120
120
121
121
**Start Using:**
@@ -182,7 +182,7 @@ Fill in your API Key and corresponding API Base:
0 commit comments