[fix] fix the title name of ollama.

This commit is contained in:
dmd 2024-06-16 21:30:15 +08:00
parent 713001f2fc
commit 3d4954df4b
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ const platforms = ref([
api_url: "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation" api_url: "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation"
}, },
{ {
name: "【Meta】Ollama", name: "【Ollama】Ollama",
value: "Ollama", value: "Ollama",
api_url: "http://localhost:8080/ollama/api/chat" api_url: "http://localhost:8080/ollama/api/chat"
}, },

View File

@ -221,7 +221,7 @@ const platforms = ref([
{name: "【百度】文心一言", value: "Baidu"}, {name: "【百度】文心一言", value: "Baidu"},
{name: "【微软】Azure", value: "Azure"}, {name: "【微软】Azure", value: "Azure"},
{name: "【阿里】通义千问", value: "QWen"}, {name: "【阿里】通义千问", value: "QWen"},
{name: "【Meta】Ollama", value: "Ollama"}, {name: "【Ollama】Ollama", value: "Ollama"},
]) ])