glay
09e4f95272
Merge branch 'main' into main
2024-11-11 15:55:20 +08:00
Dogtiti
e44ebe3f0e
feat: realtime config
2024-11-07 21:28:23 +08:00
Dogtiti
d544eead38
feat: realtime chat ui
2024-11-06 21:14:45 +08:00
glay
4204890d90
Merge branch 'ChatGPTNextWeb:main' into main
2024-11-06 18:19:14 +08:00
Dogtiti
85cdcab850
fix: botMessage reply date
2024-11-06 14:53:08 +08:00
glay
f0c23cc6aa
修改: app/store/access.ts
2024-11-06 13:10:20 +08:00
Dogtiti
106461a1e7
Merge branch 'main' of https://github.com/ConnectAI-E/ChatGPT-Next-Web into feature/update-target-session
2024-11-06 11:08:41 +08:00
Dogtiti
c4e19dbc59
fix: updateCurrentSession => updateTargetSession
2024-11-06 11:06:18 +08:00
glay
3bf55d3530
Merge branch 'main' into main
2024-11-06 10:52:34 +08:00
Dogtiti
f3603e59fa
Merge pull request #5769 from ryanhex53/fix-model-multi@
...
Custom model names can include the `@` symbol by itself.
2024-11-06 10:49:28 +08:00
glay
c55cea5853
修改: app/store/access.ts
2024-11-06 09:09:49 +08:00
glay
cae20af24d
修改: app/api/bedrock.ts
...
修改: app/client/api.ts
修改: app/store/access.ts
新文件: app/utils/encryption.ts
修改: package.json
2024-11-06 00:21:30 +08:00
ryanhex53
8e2484fcdf
Refactor: Replace all provider split occurrences with getModelProvider utility method
2024-11-05 13:52:54 +00:00
glay
1164e1bdf6
Merge feature/update-bedrock-api into main
2024-11-05 20:04:36 +08: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
glay
afbf5eb541
修改: .env.template
...
修改: app/api/auth.ts
修改: app/api/bedrock.ts
修改: app/client/api.ts
修改: app/client/platforms/bedrock.ts
修改: app/components/settings.tsx
修改: app/config/server.ts
修改: app/constant.t
2024-11-05 14:27:52 +08:00
Dogtiti
e49466fa05
feat: update real 'currentSession'
2024-11-04 21:25:56 +08:00
Dogtiti
44fc5b5cbf
fix: onfinish responseRes
2024-11-04 17:00:45 +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
glay
ff356f0c8c
修改: app/api/[provider]/[...path]/route.ts
...
修改: app/api/auth.ts
新文件: app/api/bedrock.ts
新文件: app/api/bedrock/models.ts
新文件: app/api/bedrock/utils.ts
修改: app/client/api.ts
新文件: app/client/platforms/bedrock.ts
修改: app/components/settings.tsx
修改: app/config/server.ts
修改: app/constant.ts
修改: app/locales/cn.ts
修改: app/locales/en.ts
修改: app/store/access.ts
修改: app/utils.ts
修改: package.json
2024-10-29 22:20:26 +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
lloydzhou
2419083adf
Merge remote-tracking branch 'connectai/main' into feature/H0llyW00dzZ-updater
2024-10-14 17:04:12 +08:00
Lloyd Zhou
b016771555
Merge pull request #5599 from ConnectAI-E/feature/allow-send-image-only
...
feat: allow send image only
2024-10-14 15:11:28 +08:00
code-october
6792d6e475
支持前端使能/禁用代码折叠
2024-10-11 11:19:36 +00:00
lloydzhou
2eebfcf6fe
client app tauri updater #2966
2024-10-11 11:29:22 +08:00
Lloyd Zhou
ba58018a15
Merge pull request #5211 from ConnectAI-E/feature/jest
...
feat: jest
2024-10-10 21:02:05 +08:00
lloydzhou
93ca303b6c
fix ts error
2024-10-09 13:49:33 +08:00
lloydzhou
a925b424a8
fix compressModel, related #5426 , fix #5606 #5603 #5575
2024-10-09 13:42:25 +08:00
Dogtiti
7d55a6d0e4
feat: allow send image only
2024-10-08 21:31:01 +08:00
Dogtiti
acf9fa36f9
Merge branch 'main' of https://github.com/ConnectAI-E/ChatGPT-Next-Web into feature/jest
2024-10-08 10:30:47 +08:00
lloydzhou
919ee51dca
hover show errorMsg when plugin run error
2024-10-01 13:58:50 +08:00
lloydzhou
6293b95a3b
update default api base url
2024-09-30 10:13:11 +08:00
lloydzhou
9be58f3eb4
fix ts error
2024-09-30 01:30:20 +08:00
lloydzhou
a50c282d01
remove DEFAULT_API_HOST
2024-09-30 01:19:20 +08:00
lloydzhou
b5f6e5a598
update
2024-09-30 00:38:30 +08:00
Lloyd Zhou
fcba50f041
Merge pull request #5547 from ConnectAI-E/hotfix/plugin-opration-id
...
Hotfix/plugin opration
2024-09-29 16:15:02 +08:00
Dogtiti
c6ebd6e73c
fix: default model
2024-09-27 17:00:24 +08:00
lloydzhou
22aa1698b4
try using method and path when operationId is undefined #5525
2024-09-27 13:31:49 +08:00
lloydzhou
07d089a2bd
try using method and path when operationId is undefined #5525
2024-09-27 13:31:07 +08:00
Dogtiti
e8581c8f3c
fix: prevent title update on invalid message response
2024-09-25 00:37:37 +08:00
Dogtiti
649c5be64e
Merge pull request #5508 from ConnectAI-E/feature-buildin-plugin
...
add buildin plugin
2024-09-24 17:28:48 +08:00
DDMeaqua
6c8143b7de
feat: 全局设置是否启用artifacts
2024-09-24 15:15:08 +08:00
lloydzhou
f9f99639db
update
2024-09-24 12:59:21 +08:00
lloydzhou
90e7b5aecf
try using openai api key for dalle-3 plugin
2024-09-23 20:20:20 +08:00
lloydzhou
ed20fd2962
1. add buildin plugin; 2. remove usingProxy
2024-09-23 20:00:07 +08:00
JuliusMoehring
accb526cd6
Avoid fetching prompts.json serverside
2024-09-18 18:07:10 +02:00
Dogtiti
a8c70d84a9
Merge pull request #5459 from DDMeaqua/tts
...
add tts
2024-09-18 15:42:16 +08:00
Dogtiti
d51bbb4a81
Merge pull request #5444 from skymkmk/pr-fix-model-config-hydration
...
fix: config hydration and default model forced to set gpt-3.5-turbo
2024-09-18 15:26:47 +08:00