Switch to gemini 2.0 LLM
All checks were successful
CI / CI (push) Successful in 1m26s

This commit is contained in:
SileNce5k 2025-05-02 16:42:25 +02:00
parent 52c7a4cbad
commit 6b45bc6799
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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`,