add ollama chat

This commit is contained in:
canyuan
2024-07-04 11:08:46 +08:00
parent 45a10b4ac7
commit 987b3dc4ef
3 changed files with 108 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from . import entities
from ...core import app
from . import token, api
from .apis import chatcmpl, anthropicmsgs, moonshotchatcmpl, deepseekchatcmpl
from .apis import chatcmpl, anthropicmsgs, moonshotchatcmpl, deepseekchatcmpl, ollamachatcmpl
FETCH_MODEL_LIST_URL = "https://api.qchatgpt.rockchin.top/api/v2/fetch/model_list"