mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-19 01:36:38 +08:00
[fix] fix the title name of ollama.
This commit is contained in:
parent
713001f2fc
commit
3d4954df4b
@ -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"},
|
||||
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user