Skip to content

Commit

Permalink
Removed unneeded organization_restricted fail flag from Free Chat A…
Browse files Browse the repository at this point in the history
…PI since `invalid_request_error` also triggers ↞ [auto-sync from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Oct 5, 2024
1 parent 31f862d commit 90daf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.10.5.1
// @version 2024.10.5.2
// @license MIT
// @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287
// @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287
Expand Down Expand Up @@ -361,7 +361,7 @@
headers: { 'Accept': '*/*', 'Priority': 'u=0', 'Sec-Fetch-Site': 'cross-site' }},
method: 'PUT', streamable: true, accumulatesText: false,
failFlags: [
'invalid_request_error', 'literal_error', 'me@promplate.dev', 'Model disabled', '^Not Found$', 'organization_restricted',
'invalid_request_error', 'literal_error', 'me@promplate.dev', 'Model disabled', '^Not Found$',
'Sorry, your account balance is insufficient', 'This service has been suspended', 'your free credit'],
availModels: [
'deepseek-ai/deepseek-llm-67b-chat', 'gemma2-9b-it', 'THUDM/glm-4-9b-chat', 'gpt-4o-mini-2024-07-18',
Expand Down

0 comments on commit 90daf57

Please sign in to comment.