mirror of
				https://github.com/KoboldAI/KoboldAI-Client.git
				synced 2025-06-05 21:59:24 +02:00 
			
		
		
		
	Merge branch 'KoboldAI:main' into united
This commit is contained in:
		| @@ -1865,8 +1865,6 @@ function cleanupChunkWhitespace() { | ||||
| 	chunks.sort(function(e) {parseInt(e)}); | ||||
| 	for(var i = 0; i < chunks.length; i++) { | ||||
| 		var original_chunk = document.getElementById("n" + chunks[i]); | ||||
| 		original_chunk.innerText = footer + original_chunk.innerText; | ||||
| 		footer = ""; | ||||
| 		var chunk = original_chunk.nextSibling; | ||||
| 		while(chunk) { | ||||
| 			if(chunk.tagName === "CHUNK") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user