Commit Graph

227 Commits

Author SHA1 Message Date
Richard C Lim
07b34eb44d
Update common.ts 2025-02-03 03:36:38 -05:00
Richard C Lim
5d35dc9ce7
Update common.ts 2025-02-03 02:29:24 -05:00
Richard C Lim
0703876b57
Update common.ts 2025-02-02 19:24:11 -05:00
Richard C Lim
6b6fd6997d
Update common.ts 2025-02-02 19:06:37 -05:00
Richard C Lim
f55a173cc3
Update common.ts 2025-02-02 18:39:04 -05:00
Richard C Lim
a4db5a9011
Update common.ts
debug logger
2025-02-02 18:35:32 -05:00
Richard C Lim
97b6eaa38a
Update common.ts 2025-02-02 17:50:25 -05:00
Richard C Lim
7885ea7d9e
Update common.ts 2025-02-02 05:35:38 -05:00
Richard C Lim
e3e456e434
Update common.ts 2025-02-02 04:15:57 -05:00
Richard C Lim
22da0d4bfc
Update common.ts 2025-02-02 04:03:56 -05:00
Richard C Lim
342f7b17c1
Update common.ts 2025-02-02 03:43:27 -05:00
Richard C Lim
e021555e09
Update common.ts 2025-02-01 22:51:54 -05:00
Richard C Lim
039b606e6b
Update common.ts 2025-02-01 21:24:00 -05:00
Richard C Lim
7f13025590
Update common.ts 2025-02-01 19:50:50 -05:00
Richard C Lim
4aa0ff789e
Update common.ts 2025-02-01 19:33:41 -05:00
Richard C Lim
e979421c8e
Update common.ts 2025-02-01 03:23:26 -05:00
Richard C Lim
37ff8924d1
Update common.ts 2025-01-31 22:33:24 -05:00
Richard C Lim
32d788d808
Update common.ts
added baseUrl
2025-01-31 22:24:48 -05:00
Richard C Lim
104264cde7
Update common.ts 2025-01-31 04:44:44 -05:00
Dogtiti
63c5baaa80
Merge pull request #6010 from code-october/fix-visionModels
修复 VISION_MDOELS 在 docker 运行阶段不生效的问题
2024-12-31 09:56:46 +08:00
suruiqiang
90c531c224 fix issue #6009 add setting items for deepseek 2024-12-30 18:23:18 +08:00
code-october
57c88c0717 修复 VISION_MDOELS 在 docker 运行阶段不生效的问题 2024-12-30 08:58:41 +00:00
suruiqiang
67338ff9b7 add KnowledgeCutOffDate for deepseek 2024-12-29 08:58:45 +08:00
suruiqiang
7380c8a2c1 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web into add_deepseek 2024-12-29 08:43:25 +08:00
suruiqiang
081daf937e since #5984, add DeepSeek as a new ModelProvider (with deepseek-chat&deepseek-corder models), so that user can use openai and deepseek at same time with different api url&key 2024-12-27 16:57:26 +08:00
code-october
1a678cb4d8 fix model leak issue 2024-11-29 15:47:28 +00:00
code-october
23350c842b fix o1 in disableGPT4 2024-11-21 03:45:07 +00:00
JingSyue
18a6571883
Update proxy.ts
Update proxy.ts
2024-11-11 12:59:29 +08:00
JingSyue
2b0f2e5f9d fix: built-in plugin dalle3 error #5787 2024-11-10 10:28:25 +08:00
ryanhex53
8e2484fcdf Refactor: Replace all provider split occurrences with getModelProvider utility method 2024-11-05 13:52:54 +00:00
ryanhex53
b844045d23 Custom model names can include the @ symbol by itself.
To specify the model's provider, append it after the model name using `@` as before.

This format supports cases like `google vertex ai` with a model name like `claude-3-5-sonnet@20240620`.

For instance, `claude-3-5-sonnet@20240620@vertex-ai` will be split by `split(/@(?!.*@)/)` into:

`[ 'claude-3-5-sonnet@20240620', 'vertex-ai' ]`, where the former is the model name and the latter is the custom provider.
2024-11-05 07:44:12 +00:00
DDMeaqua
4d75b23ed1 fix: ts error 2024-11-01 14:15:12 +08:00
DDMeaqua
afe12c212e chore: update 2024-11-01 13:53:43 +08:00
DDMeaqua
d357b45e84 feat: [#5714] 支持GLM 2024-10-30 19:24:03 +08:00
lloydzhou
e791cd441d add xai 2024-10-23 11:55:25 +08:00
lloydzhou
8455fefc8a add xai 2024-10-23 11:40:06 +08:00
little_huang
cd75461f9e
fix: correct typo in variable name from ALLOWD_PATH to ALLOWED_PATH 2024-10-07 10:30:25 +08:00
lloydzhou
5bdf411399 hotfix for x-goog-api-key 2024-09-29 15:51:28 +08:00
Dogtiti
3fb389551b fix: build error 2024-09-27 11:42:16 +08:00
lloydzhou
702e17c96b google api using x-google-api-key header 2024-09-26 23:21:42 +08:00
Yudong
df222ded12 修正了typo, WebDev -> WebDav 2024-09-19 14:15:31 +08:00
Dogtiti
b4dc4d34eb
Merge pull request #5112 from DDDDD12138/remove-unused-imports
Chore: Remove Unused Imports and Add ESLint Rules
2024-09-18 11:37:47 +08:00
DDDDD12138
63ffd473d5 chore: remove unused imports 2024-09-15 20:17:02 +08:00
Meaqua
8ac9141a29 fix: ts error 2024-09-15 14:21:27 +08:00
DDMeaqua
9a5a3d4ce4 fix: #5429 Anthropic authentication_error CORS 2024-09-14 16:06:18 +08:00
l.tingting
c1b74201e4 add chatgpt-4o-latest 2024-09-07 01:42:56 +08:00
lloydzhou
236736deea remove no need code 2024-09-03 15:37:23 +08:00
lloydzhou
801b62543a claude support function call 2024-09-02 21:45:47 +08:00
lloydzhou
f652f73260 plugin add auth config 2024-09-02 18:11:19 +08:00
lloydzhou
f5209fc344 stash code 2024-08-28 23:58:46 +08:00