mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
continue copium for Poe
This commit is contained in:
@ -2224,7 +2224,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
|
|||||||
|
|
||||||
if (type == 'continue') {
|
if (type == 'continue') {
|
||||||
// Coping mechanism for OAI spacing
|
// Coping mechanism for OAI spacing
|
||||||
if (main_api === 'openai' && !cyclePrompt.endsWith(' ')) {
|
if ((main_api === 'openai' || main_api === 'poe') && !cyclePrompt.endsWith(' ')) {
|
||||||
cyclePrompt += ' ';
|
cyclePrompt += ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user