From a3125752d79ada4abc02783fdb82ce98a6423384 Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Wed, 5 Mar 2025 17:35:47 -0800 Subject: [PATCH] Update gemini.json Updated the model to Gemini-2.0-flash --- profiles/gemini.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/gemini.json b/profiles/gemini.json index 4f3cf43..db7243e 100644 --- a/profiles/gemini.json +++ b/profiles/gemini.json @@ -1,7 +1,7 @@ { "name": "gemini", - "model": "gemini-1.5-flash", + "model": "gemini-2.0-flash", "cooldown": 10000 -} \ No newline at end of file +}