mirror of
https://github.com/jnsahaj/tweakcn.git
synced 2026-08-28 23:02:07 +08:00
switch to gemini-2.0-flash
This commit is contained in:
@@ -14,7 +14,7 @@ const google = createGoogleGenerativeAI({
|
||||
apiKey: process.env.GOOGLE_API_KEY,
|
||||
});
|
||||
|
||||
const model = google("gemini-2.5-flash-lite-preview-06-17");
|
||||
const model = google("gemini-2.0-flash");
|
||||
|
||||
const requestSchema = z.object({
|
||||
prompt: z
|
||||
|
||||
Reference in New Issue
Block a user