mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	chore: update ollama models
This commit is contained in:
		@@ -1,5 +1,11 @@
 | 
			
		||||
package ollama
 | 
			
		||||
 | 
			
		||||
var ModelList = []string{
 | 
			
		||||
	"codellama:7b-instruct",
 | 
			
		||||
	"llama2:7b",
 | 
			
		||||
	"llama2:latest",
 | 
			
		||||
	"llama3:latest",
 | 
			
		||||
	"phi3:latest",
 | 
			
		||||
	"qwen:0.5b-chat",
 | 
			
		||||
	"qwen:7b",
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user