Update stream-text.ts

This commit is contained in:
Yaqub Mahmoud 2025-01-27 13:30:10 +09:00
parent f66fb8cfb2
commit 91940c4d67

View File

@ -34,8 +34,8 @@ export function streamText(messages: Messages, env: Env, options?: StreamingOpti
});
return _streamText({
// model: azure('gpt-4o'),
model: azure('gpt-4o-2024-08-06'),
model: azure('gpt-4o'),
// model: azure('gpt-4o-2024-08-06'),
system: getSystemPrompt(),
messages: convertToCoreMessages(messages),
maxTokens: 4096,