feat: Update Azure chat model to use "gpt4o-mini" instead of "gpt-4o-mini"
This commit is contained in:
parent
e63f15a53a
commit
44551e456b
@ -41,7 +41,7 @@ export async function POST(req: Request) {
|
||||
let model;
|
||||
|
||||
if (provider === "azure") {
|
||||
model = azure.chat("gpt-4o-mini");
|
||||
model = azure.chat("gpt4o-mini");
|
||||
} else if (provider === "openai") {
|
||||
model = openai.chat("gpt-4o-mini");
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user