Skip to content

Commit b6735bf

Browse files
authored
Merge pull request #4826 from junxian-li-hpc/fix-webdav
Add new Teracloud domain
2 parents da2e237 + 1d8fd48 commit b6735bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/constant.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const openaiModels = [
149149
"gpt-4o",
150150
"gpt-4o-2024-05-13",
151151
"gpt-4-vision-preview",
152-
"gpt-4-turbo-2024-04-09"
152+
"gpt-4-turbo-2024-04-09",
153153
];
154154

155155
const googleModels = [
@@ -207,6 +207,7 @@ export const internalAllowedWebDavEndpoints = [
207207
"https://dav.dropdav.com/",
208208
"https://dav.box.com/dav",
209209
"https://nanao.teracloud.jp/dav/",
210+
"https://bora.teracloud.jp/dav/",
210211
"https://webdav.4shared.com/",
211212
"https://dav.idrivesync.com",
212213
"https://webdav.yandex.com",

0 commit comments

Comments
 (0)