From 6b45bc67998eceed12359590ab4f325abe48d1aa Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 2 May 2025 16:42:25 +0200 Subject: [PATCH] Switch to gemini 2.0 LLM --- util/lastfm/roast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/lastfm/roast.js b/util/lastfm/roast.js index db85214..fc70cfd 100644 --- a/util/lastfm/roast.js +++ b/util/lastfm/roast.js @@ -19,7 +19,7 @@ module.exports = async function(topArtists, topAlbums) { "Content-Type": `application/json` }, body: JSON.stringify({ - "model": `deepseek/deepseek-chat-v3-0324:free`, + "model": `google/gemini-2.0-flash-001`, "messages": [ { "role": `system`,