diff --git a/conf/models/gitee.json b/conf/models/gitee.json index 9b9a16f804..f2989f0244 100644 --- a/conf/models/gitee.json +++ b/conf/models/gitee.json @@ -1,7 +1,9 @@ { "name": "Gitee", "url": { - "default": "https://api.moark.com/v1" + "default": "https://api.moark.ai/v1", + "china": "https://api.moark.com/v1", + "deprecated": "https://ai.gitee.com/v1" }, "url_suffix": { "chat": "chat/completions", @@ -82,4 +84,4 @@ ] } ] -} \ No newline at end of file +}