File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-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.3.15
152
+ // @version 2025.3.15.1
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
2824
2824
chatTextarea . focus ( )
2825
2825
2826
2826
// Yes reply, submit it + transform to loading UI
2827
- } else { msgChain . push ( { role : 'assistant' , content : appDiv . querySelector ( 'pre' ) ?. textContent || '' } )
2827
+ } else {
2828
+ msgChain . push ( { role : 'assistant' , content : appDiv . querySelector ( 'pre' ) ?. textContent || '' } )
2828
2829
msgChain . push ( { role : 'user' , content : chatTextarea . value } )
2829
2830
get . reply ( msgChain )
2830
2831
show . reply . src = null ; show . reply . chatbarFocused = false ; show . reply . userInteracted = true
You can’t perform that action at this time.
0 commit comments