2 parents 726caa7 + b6735bf commit 703bfb4Copy full SHA for 703bfb4
1 file changed
app/constant.ts
@@ -150,7 +150,7 @@ const openaiModels = [
150
"gpt-4o",
151
"gpt-4o-2024-05-13",
152
"gpt-4-vision-preview",
153
- "gpt-4-turbo-2024-04-09"
+ "gpt-4-turbo-2024-04-09",
154
];
155
156
const googleModels = [
@@ -208,6 +208,7 @@ export const internalAllowedWebDavEndpoints = [
208
"https://dav.dropdav.com/",
209
"https://dav.box.com/dav",
210
"https://nanao.teracloud.jp/dav/",
211
+ "https://bora.teracloud.jp/dav/",
212
"https://webdav.4shared.com/",
213
"https://dav.idrivesync.com",
214
"https://webdav.yandex.com",
0 commit comments