mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	fix: adjust presence_penalty step 0.1
This commit is contained in:
		@@ -645,7 +645,7 @@ export function Settings() {
 | 
			
		||||
              value={config.modelConfig.presence_penalty?.toFixed(1)}
 | 
			
		||||
              min="-2"
 | 
			
		||||
              max="2"
 | 
			
		||||
              step="0.5"
 | 
			
		||||
              step="0.1"
 | 
			
		||||
              onChange={(e) => {
 | 
			
		||||
                updateConfig(
 | 
			
		||||
                  (config) =>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user