feat: Solve the problem of using openai interface protocol for user-defined claude model & add some famous webdav endpoints

This commit is contained in:
butterfly
2024-04-09 20:49:51 +08:00
parent 908ce3bbd9
commit 79f342439a
6 changed files with 49 additions and 7 deletions

View File

@@ -367,4 +367,14 @@ export const DEFAULT_MODELS = [
export const CHAT_PAGE_SIZE = 15;
export const MAX_RENDER_MSG_COUNT = 45;
export const internalWhiteWebDavEndpoints = ["https://dav.jianguoyun.com"];
// some famous webdav endpoints
export const internalWhiteWebDavEndpoints = [
"https://dav.jianguoyun.com/dav/",
"https://dav.dropdav.com/",
"https://dav.box.com/dav",
"https://nanao.teracloud.jp/dav/",
"https://webdav.4shared.com/",
"https://dav.idrivesync.com",
"https://webdav.yandex.com",
"https://app.koofr.net/dav/Koofr",
];