Another prompt prefix issue
This commit is contained in:
parent
833633991a
commit
0ffdd78863
|
@ -320,7 +320,7 @@ export class ChatRequest {
|
|||
lastMessage.skipOnce = true
|
||||
}
|
||||
}
|
||||
if (injectedPrompt) results.pop()
|
||||
if (injectedPrompt) messages.pop()
|
||||
return results
|
||||
}
|
||||
return []
|
||||
|
|
Loading…
Reference in New Issue