mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	chore: set the fallback model ratio to 30
This commit is contained in:
		@@ -54,7 +54,7 @@ func GetModelRatio(name string) float64 {
 | 
			
		||||
	ratio, ok := ModelRatio[name]
 | 
			
		||||
	if !ok {
 | 
			
		||||
		SysError("Model ratio not found: " + name)
 | 
			
		||||
		return 1
 | 
			
		||||
		return 30
 | 
			
		||||
	}
 | 
			
		||||
	return ratio
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user