mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	fix: remove the duplicate claude-3-5-haiku-20241022 in Anthropic's base model list (#1957)
				
					
				
			* Update constants.go Remove the duplicate `claude-3-5-haiku-20241022` causing issue 1928 * fix: fix syntax error --------- Co-authored-by: JustSong <quanpengsong@gmail.com>
This commit is contained in:
		@@ -9,5 +9,4 @@ var ModelList = []string{
 | 
			
		||||
	"claude-3-5-sonnet-20240620",
 | 
			
		||||
	"claude-3-5-sonnet-20241022",
 | 
			
		||||
	"claude-3-5-sonnet-latest",
 | 
			
		||||
	"claude-3-5-haiku-20241022",
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user