Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
This commit is contained in:
commit
38fd955c0b
|
@ -159,7 +159,7 @@ const openaiModels = [
|
||||||
"gpt-4o",
|
"gpt-4o",
|
||||||
"gpt-4o-2024-05-13",
|
"gpt-4o-2024-05-13",
|
||||||
"gpt-4-vision-preview",
|
"gpt-4-vision-preview",
|
||||||
"gpt-4-turbo-2024-04-09"
|
"gpt-4-turbo-2024-04-09",
|
||||||
];
|
];
|
||||||
|
|
||||||
const googleModels = [
|
const googleModels = [
|
||||||
|
@ -230,6 +230,7 @@ export const internalAllowedWebDavEndpoints = [
|
||||||
"https://dav.dropdav.com/",
|
"https://dav.dropdav.com/",
|
||||||
"https://dav.box.com/dav",
|
"https://dav.box.com/dav",
|
||||||
"https://nanao.teracloud.jp/dav/",
|
"https://nanao.teracloud.jp/dav/",
|
||||||
|
"https://bora.teracloud.jp/dav/",
|
||||||
"https://webdav.4shared.com/",
|
"https://webdav.4shared.com/",
|
||||||
"https://dav.idrivesync.com",
|
"https://dav.idrivesync.com",
|
||||||
"https://webdav.yandex.com",
|
"https://webdav.yandex.com",
|
||||||
|
|
Loading…
Reference in New Issue