Skip to content

Commit

Permalink
Merge pull request #4826 from junxian-li-hpc/fix-webdav
Browse files Browse the repository at this point in the history
Add new Teracloud domain
  • Loading branch information
fred-bf committed Jun 7, 2024
2 parents da2e237 + 1d8fd48 commit b6735bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const openaiModels = [
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-vision-preview",
"gpt-4-turbo-2024-04-09"
"gpt-4-turbo-2024-04-09",
];

const googleModels = [
Expand Down Expand Up @@ -207,6 +207,7 @@ export const internalAllowedWebDavEndpoints = [
"https://dav.dropdav.com/",
"https://dav.box.com/dav",
"https://nanao.teracloud.jp/dav/",
"https://bora.teracloud.jp/dav/",
"https://webdav.4shared.com/",
"https://dav.idrivesync.com",
"https://webdav.yandex.com",
Expand Down

0 comments on commit b6735bf

Please sign in to comment.