mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-23 04:19:08 +00:00
clear the images array from kcpp chat completions
This commit is contained in:
parent
51edb6ae61
commit
774841ffd6
1 changed files with 1 additions and 0 deletions
|
|
@ -19151,6 +19151,7 @@ Current version indicated by LITEVER below.
|
|||
}
|
||||
delete submit_payload["memory"];
|
||||
delete submit_payload["prompt"];
|
||||
delete submit_payload["images"];
|
||||
submit_payload.messages = [];
|
||||
submit_payload.continue_assistant_turn = true;
|
||||
let mhistory = repack_instruct_history(combinedprompt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue