mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
change the model back to gpt4.1
This commit is contained in:
@@ -65,9 +65,9 @@ ${lastMessage.content}
|
|||||||
const result = streamText({
|
const result = streamText({
|
||||||
// model: google("gemini-2.5-flash-preview-05-20"),
|
// model: google("gemini-2.5-flash-preview-05-20"),
|
||||||
// model: google("gemini-2.0-flash-001"),
|
// model: google("gemini-2.0-flash-001"),
|
||||||
// model: bedrock('anthropic.claude-3-5-sonnet-20241022-v2:0'),
|
// model: bedrock('anthropic.claude-sonnet-4-20250514-v1:0'),
|
||||||
// model: openai("gpt-4.1"),
|
model: openai("gpt-4.1"),
|
||||||
model: openrouter('openrouter/horizon-alpha'),
|
// model: openrouter('moonshotai/kimi-k2:free'),
|
||||||
// model: model,
|
// model: model,
|
||||||
// providerOptions: {
|
// providerOptions: {
|
||||||
// google: {
|
// google: {
|
||||||
|
|||||||
Reference in New Issue
Block a user