mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
Update stream-text.ts
This commit is contained in:
parent
f66fb8cfb2
commit
91940c4d67
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user