DirkSchlossmacher
|
32444513a7
|
Object.defineProperty(requestPayload, "max_tokens", {
enumerable: true,
configurable: true,
writable: true,
value: 4096,
});
|
2024-04-17 18:21:02 +02:00 |
|
DirkSchlossmacher
|
699d6edaab
|
systemApiKey
|
2024-04-17 18:08:09 +02:00 |
|
DirkSchlossmacher
|
d89bb69565
|
SideBar
|
2024-04-17 17:57:08 +02:00 |
|
DirkSchlossmacher
|
63e75cd99b
|
useAccessStore is defined multiple times
|
2024-04-17 17:45:42 +02:00 |
|
DirkSchlossmacher
|
f94938810e
|
constant
|
2024-04-17 17:22:18 +02:00 |
|
DirkSchlossmacher
|
8eecd945f5
|
Merge remote-tracking branch 'upstream/main'
|
2024-04-17 17:19:57 +02:00 |
|
DirkSchlossmacher
|
dac2d089bf
|
gpt-4-turbo
|
2024-04-17 16:09:27 +02:00 |
|
DirkSchlossmacher
|
ba8bb01233
|
gpt-4-turbo
|
2024-04-17 08:22:15 +02:00 |
|
DirkSchlossmacher
|
f6e2d3a68c
|
Update openai.ts
update modelsToReplace
|
2024-04-16 22:12:54 +02:00 |
|
DirkSchlossmacher
|
94ea750137
|
Update openai.ts
// add max_tokens to vision model
if (visionModel) {
Object.defineProperty(requestPayload, "max_tokens", {
enumerable: true,
configurable: true,
writable: true,
value: 4096,
});
}
// value: modelConfig.max_tokens,
|
2024-04-16 22:01:55 +02:00 |
|
DirkSchlossmacher
|
1e83c4f8ab
|
Update utils.ts
is vision model = gpt-4-turbo-2024-04-09
|
2024-04-16 21:57:42 +02:00 |
|
DirkSchlossmacher
|
a9f33d8f0b
|
Update constant.ts
gpt-4-turbo-2024-04-09
|
2024-04-16 21:54:36 +02:00 |
|
DeanYao
|
9b2cb1e1c3
|
Merge pull request #4525 from ChatGPTNextWeb/chore-fix
Chore fix
|
2024-04-16 14:59:22 +08:00 |
|
butterfly
|
fb8b8d28da
|
feat: (1) fix issues/4335 and issues/4518
|
2024-04-16 14:50:48 +08:00 |
|
Algorithm5838
|
9564b261d5
|
Update constant.ts
|
2024-04-15 13:14:14 +03:00 |
|
DeanYao
|
1e2a662fa6
|
Merge pull request #4412 from RubuJam/main
Gemini will generate the request address based on the selected model name and supports Gemini 1.5 Pro (gemini-1.5-pro-latest).
|
2024-04-15 11:44:53 +08:00 |
|
DeanYao
|
51f7daaeaf
|
Merge pull request #4514 from SukkaW/fix-ls-performance
perf: avoid read localStorage on every render
|
2024-04-15 10:11:03 +08:00 |
|
DeanYao
|
f742a7ec4e
|
Merge pull request #4510 from MrrDrr/add_timezone_in_system_prompts
add timezone in system prompts
|
2024-04-15 10:09:53 +08:00 |
|
DeanYao
|
e2c0d2a07b
|
Merge pull request #4509 from MrrDrr/add_knowledge_cutoff
add knowledge cutoff date for gpt-4-turbo-2024-04-09
|
2024-04-15 10:02:41 +08:00 |
|
DeanYao
|
d112dc41b2
|
Merge pull request #4500 from PeterDaveHello/locale-tw-cht
Improve tw Traditional Chinese locale
|
2024-04-15 09:47:36 +08:00 |
|
Klaas Reineke
|
51cc8110d1
|
fix: double rendering of children in layout
|
2024-04-14 19:03:16 +02:00 |
|
SukkaW
|
2322851ac4
|
perf: avoid read localStorage on every render
|
2024-04-14 17:38:54 +08:00 |
|
l.tingting
|
aa084ea09a
|
add timezone in system prompts
|
2024-04-12 23:07:29 +08:00 |
|
l.tingting
|
6520f9b7eb
|
add knowledge cutoff date for gpt-4-turbo-2024-04-09
|
2024-04-12 22:44:26 +08:00 |
|
butterfly
|
fd8d0a1746
|
feat: fix the logtics of client joining webdav url
|
2024-04-12 14:20:15 +08:00 |
|
DeanYao
|
af3ebacee6
|
Merge pull request #4507 from ChatGPTNextWeb/chore-fix
feat: fix codes of joining webdav url in client & webdav proxy
|
2024-04-12 14:07:24 +08:00 |
|
butterfly
|
55d7014301
|
feat: fix the logtics of client joining webdav url
|
2024-04-12 14:02:05 +08:00 |
|
butterfly
|
b72d7fbeda
|
feat: fix webdav 逻辑2
|
2024-04-12 13:46:37 +08:00 |
|
butterfly
|
ee15c14049
|
feat: fix webdav 逻辑
|
2024-04-12 13:40:37 +08:00 |
|
Peter Dave Hello
|
1756bdd033
|
Improve tw Traditional Chinese locale
|
2024-04-12 00:18:15 +08:00 |
|
黑云白土
|
0cffaf8dc5
|
Merge branch 'main' into main
|
2024-04-11 10:30:05 +08:00 |
|
黑云白土
|
5dc5bfb797
|
Merge branch 'main' into main
|
2024-04-11 01:24:34 +08:00 |
|
Leo Li
|
f101ee3c4f
|
support new vision models
|
2024-04-10 05:33:54 -04:00 |
|
Leo Li
|
6319f41b2c
|
add new turbo
|
2024-04-10 05:18:39 -04:00 |
|
DeanYao
|
67acc38a1f
|
Merge pull request #4480 from ChatGPTNextWeb/chore-fix
feat: Solve the problem of using openai interface protocol for user-d…
|
2024-04-10 09:26:21 +08:00 |
|
DeanYao
|
dd1d8509f0
|
Merge pull request #4476 from dlb-data/dlb-data-patch-1
Update layout.tsx
|
2024-04-10 09:13:22 +08:00 |
|
butterfly
|
79f342439a
|
feat: Solve the problem of using openai interface protocol for user-defined claude model & add some famous webdav endpoints
|
2024-04-09 20:49:51 +08:00 |
|
butterfly
|
df3313971d
|
feat: Optimize code
|
2024-04-09 18:24:22 +08:00 |
|
butterfly
|
b175132854
|
feat: Optimize var names
|
2024-04-09 18:23:52 +08:00 |
|
butterfly
|
8b191bd2f7
|
feat: white webdav server domain
|
2024-04-09 18:05:56 +08:00 |
|
dlb-data
|
598468c2b7
|
Update layout.tsx
|
2024-04-09 16:34:21 +08:00 |
|
dlb-data
|
84681d3878
|
Update layout.tsx
|
2024-04-09 16:24:03 +08:00 |
|
butterfly
|
d508127452
|
feat: fix system prompt
|
2024-04-09 10:45:09 +08:00 |
|
butterfly
|
6cb296f952
|
feat: remove debug code
|
2024-04-09 09:12:18 +08:00 |
|
butterfly
|
02b0e79ba3
|
feat: modify some propmt in DEFAULT_INPUT_TEMPLATE about expressing latex
|
2024-04-08 19:27:22 +08:00 |
|
butterfly
|
9b982b408d
|
feat: fix no max_tokens in payload when calling openai vision model
|
2024-04-08 18:29:08 +08:00 |
|
butterfly
|
264da6798c
|
feat: remove duplicate Input Template
|
2024-04-08 18:06:17 +08:00 |
|
butterfly
|
63f9063255
|
feat: call claude api not in credential 'include' mode
|
2024-04-08 15:33:27 +08:00 |
|
butterfly
|
6dad353e1c
|
feat: call claude api not in credential 'include' mode
|
2024-04-08 15:33:02 +08:00 |
|
butterfly
|
5446d8d4a2
|
feat: fix illegal exports in app/api/anthropic/[...path]/route.ts
|
2024-04-08 13:59:55 +08:00 |
|