Skip to content

Commit

Permalink
chore: merge remote changes
Browse files Browse the repository at this point in the history
Co-Authored-By: ben <ben@prologe.io>
  • Loading branch information
devin-ai-integration[bot] and benjaminshafii committed Dec 23, 2024
2 parents 087b5aa + 94869ef commit 6b5b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/app/api/(newai)/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getModel } from "@/lib/models";
import { getChatSystemPrompt } from "@/lib/prompts/chat-prompt";

export const maxDuration = 60;
const MODEL_NAME = process.env.CHAT_MODEL || process.env.MODEL_NAME || "gemini-2.0-flash-exp";
const MODEL_NAME = process.env.CHAT_MODEL || process.env.MODEL_NAME;

const settingsSchema = z.object({
renameInstructions: z.string().optional(),
Expand Down

0 comments on commit 6b5b145

Please sign in to comment.