File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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.13.2
151
+ // @version 2025.1.13.3
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
3201
3201
payload = { messages : msgs , model : 'gpt-3.5-turbo' , max_tokens : 4000 }
3202
3202
else if ( api == 'AIchatOS' ) {
3203
3203
payload = {
3204
- network : true , prompt : msgs [ msgs . length - 1 ] . content ,
3204
+ network : true , prompt : lastUserMsg . content ,
3205
3205
userId : apis . AIchatOS . userID , withoutContext : false
3206
3206
}
3207
3207
} else if ( api == 'FREEGPT' ) {
3214
3214
}
3215
3215
} else if ( api == 'GPTforLove' ) {
3216
3216
payload = {
3217
- prompt : msgs [ msgs . length - 1 ] . content ,
3218
- secret : session . generateGPTFLkey ( ) ,
3217
+ prompt : lastUserMsg . content , secret : session . generateGPTFLkey ( ) ,
3219
3218
systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI.'
3220
3219
+ 'Follow the user\'s instructions carefully.' ,
3221
3220
temperature : 0.8 , top_p : 1
You can’t perform that action at this time.
0 commit comments