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