Fix model to minimax-2.7
This commit is contained in:
parent
50a5f2a972
commit
5f341d694a
1 changed files with 2 additions and 2 deletions
|
|
@ -37,10 +37,10 @@ export async function POST(request: Request) {
|
|||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
Authorization: `Bearer ${LITELLM_KEY}`,
|
||||
"Authorization": `Bearer ${LITELLM_KEY}`,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: "tiger-minimax",
|
||||
model: "minimax-2.7",
|
||||
messages: [systemMessage, ...messages],
|
||||
max_tokens: 500,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue