File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.1.26.10
152
+ // @version 2025.1.26.11
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
3695
3695
api . tryNew ( caller )
3696
3696
} else {
3697
3697
caller . status = 'done' ; api . clearTimedOut ( caller . triedAPIs ) ; caller . attemptCnt = null
3698
- textToShow = textToShow . replace ( apis [ callerAPI ] . watermark , '' ) . trim ( )
3698
+ textToShow = textToShow . replace ( apis [ callerAPI ] . respPatterns ?. watermark , '' ) . trim ( )
3699
3699
if ( caller == get . reply ) { show . reply ( textToShow , footerContent ) ; show . replyCornerBtns ( ) }
3700
3700
else resolve ( arrayify ( textToShow ) )
3701
3701
}
You can’t perform that action at this time.
0 commit comments