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
kudo-sync-bot committed Jan 15, 2025
1 parent a90d296 commit 5b2d3da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions chatgpt/amazongpt/amazongpt.user.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
// @description Adds the magic of AI to Amazon shopping
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.15.8
// @version 2025.1.15.9
// @license MIT
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
@@ -432,9 +432,11 @@
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】'
}
}

0 comments on commit 5b2d3da

Please sign in to comment.