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 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.1.15.8
151
+ // @version 2025.1.15.9
152
152
// @license MIT
153
153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154
154
// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
3400
3400
} , 7000 )
3401
3401
3402
3402
// Get related queries
3403
- const payload = await api . createPayload ( get . related . api , [ { role : 'user' , content : rqPrompt } ] )
3403
+ const rqPrompt = augmentQuery ( prompts . create ( { type : 'relatedQueries' , prevQuery : query } ) ) ,
3404
+ payload = await api . createPayload ( get . related . api , [ { role : 'user' , content : rqPrompt } ] )
3404
3405
return new Promise ( resolve => {
3405
3406
const reqMethod = apis [ get . related . api ] . method
3406
3407
const xhrConfig = {
You can’t perform that action at this time.
0 commit comments