Skip to content

Commit

Permalink
Added concurrency error to ToYaml.com fail flags ↞ [auto-sync from ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 15, 2025
1 parent aba9c2b commit edbf50e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions chatgpt/googlegpt/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 2025.1.15.8
// @version 2025.1.15.9
// @license MIT
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
Expand Down Expand Up @@ -796,9 +796,10 @@
method: 'POST', streamable: true
},
'ToYaml.com': {
endpoint: 'https://toyaml.com/streams',
expectedOrigin: { url: 'https://toyaml.com/chat.html', headers: { 'x-requested-with': 'XMLHttpRequest' }},
method: 'GET', streamable: true, watermark: '【本答案来自 toyaml.com】'
endpoint: 'https://toyaml.com/streams', expectedOrigin: { url: 'https://toyaml.com/chat.html',
failFlags: ['请等待网友当前提问回答完毕再试'], // Please wait until the current question is answered before trying again
headers: { 'x-requested-with': 'XMLHttpRequest' }}, method: 'GET', streamable: true,
watermark: '【本答案来自 toyaml.com】'
}
}

Expand Down

0 comments on commit edbf50e

Please sign in to comment.