mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: 进一步适配铃音+shamrock;词云进化
This commit is contained in:
parent
61d3b48781
commit
0bff8c85b0
7 changed files with 209 additions and 65 deletions
|
|
@ -476,7 +476,7 @@ export default class SydneyAIClient {
|
|||
context += chats
|
||||
.map(chat => {
|
||||
let sender = chat.sender || chat || {}
|
||||
if (chat.raw_message.startsWith('建议的回复')) {
|
||||
if (chat.raw_message?.startsWith('建议的回复')) {
|
||||
// 建议的回复太容易污染设定导致对话太固定跑偏了
|
||||
return ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue