feat: 添加对 moonshot 模型的支持

This commit is contained in:
RockChinQ
2024-03-19 22:39:45 +08:00
parent c6347bea45
commit dead8fa168
10 changed files with 84 additions and 8 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
from .apis import chatcmpl, anthropicmsgs, moonshotchatcmpl
FETCH_MODEL_LIST_URL = "https://api.qchatgpt.rockchin.top/api/v2/fetch/model_list"