mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	[fix] fix the title name of ollama.
This commit is contained in:
		@@ -175,7 +175,7 @@ const platforms = ref([
 | 
			
		||||
    api_url: "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    name: "【Meta】Ollama",
 | 
			
		||||
    name: "【Ollama】Ollama",
 | 
			
		||||
    value: "Ollama",
 | 
			
		||||
    api_url: "http://localhost:8080/ollama/api/chat"
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
@@ -221,7 +221,7 @@ const platforms = ref([
 | 
			
		||||
  {name: "【百度】文心一言", value: "Baidu"},
 | 
			
		||||
  {name: "【微软】Azure", value: "Azure"},
 | 
			
		||||
  {name: "【阿里】通义千问", value: "QWen"},
 | 
			
		||||
  {name: "【Meta】Ollama", value: "Ollama"},
 | 
			
		||||
  {name: "【Ollama】Ollama", value: "Ollama"},
 | 
			
		||||
 | 
			
		||||
])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user