mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Don't display incomplete sentences in quiet-to-loud prompts if trim is enabled
This commit is contained in:
		| @@ -3703,7 +3703,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject, | ||||
|                     } | ||||
|  | ||||
|                     //Formating | ||||
|                     const displayIncomplete = type == 'quiet'; | ||||
|                     const displayIncomplete = type === 'quiet' && !quietToLoud; | ||||
|                     getMessage = cleanUpMessage(getMessage, isImpersonate, isContinue, displayIncomplete); | ||||
|  | ||||
|                     if (getMessage.length > 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user