mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	NovelAI Kayra 1.1 update
* Updated some presets and added Cosmic Cube * Change defaults for NovelAI to select Clio on cold start * Automatically change the preset to an appropriate default whenever you change the model * Removed deprecated Top G sampler
This commit is contained in:
		@@ -1883,7 +1883,6 @@ app.post("/generate_novelai", jsonParser, async function (request, response_gene
 | 
			
		||||
            "top_p": request.body.top_p,
 | 
			
		||||
            "top_k": request.body.top_k,
 | 
			
		||||
            "typical_p": request.body.typical_p,
 | 
			
		||||
            "top_g": request.body.top_g,
 | 
			
		||||
            "mirostat_lr": request.body.mirostat_lr,
 | 
			
		||||
            "mirostat_tau": request.body.mirostat_tau,
 | 
			
		||||
            "cfg_scale": request.body.cfg_scale,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user