mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Another prompt prefix issue
This commit is contained in:
@@ -320,7 +320,7 @@ export class ChatRequest {
|
||||
lastMessage.skipOnce = true
|
||||
}
|
||||
}
|
||||
if (injectedPrompt) results.pop()
|
||||
if (injectedPrompt) messages.pop()
|
||||
return results
|
||||
}
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user