Fix MiniMax API with correct model name
This commit is contained in:
parent
bbb3953147
commit
d070dd8d21
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ export async function POST(request: Request) {
|
|||
Authorization: `Bearer ${MINIMAX_API_KEY}`,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: "MiniMax-Text-01",
|
||||
model: "abab7.5-chat",
|
||||
group_id: "minimax",
|
||||
messages: allMessages,
|
||||
max_tokens: 500,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue