mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-10-01 17:37:38 +08:00
feat: Solve the problem of using openai interface protocol for user-defined claude model & add some famous webdav endpoints
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
Reference in New Issue
Block a user