mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: bing suggested
This commit is contained in:
parent
7bad3df8d7
commit
7014df3ecd
1 changed files with 2 additions and 2 deletions
|
|
@ -133,9 +133,9 @@ export class ChatGPTButtonHandler extends plugin {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
if (options?.data?.suggested) {
|
if (options?.suggested) {
|
||||||
rows.unshift({
|
rows.unshift({
|
||||||
buttons: options.data.suggested.split('\n').map(s => {
|
buttons: options.suggested.split('\n').map(s => {
|
||||||
return createButtonBase(s, s)
|
return createButtonBase(s, s)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue