Skip to content

Commit

Permalink
Reduced indirection in obj key refs for improved clarity ↞ [auto-sync…
Browse files Browse the repository at this point in the history
… from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 25, 2024
1 parent 8ea04e6 commit 6aa00ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.9.24.3
// @version 2024.9.24.4
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -3257,7 +3257,7 @@
withoutContext: false, userId: apis.AIchatOS.userID, network: true
}
} else if (api == 'Free Chat') {
const availModels = apis[api].availModels
const availModels = apis['Free Chat'].availModels
payload = { messages: msgs, model: availModels[Math.floor(chatgpt.randomFloat() * availModels.length)] }
} else if (api == 'GPTforLove') {
payload = {
Expand Down

0 comments on commit 6aa00ea

Please sign in to comment.