Dogtiti
d544eead38
feat: realtime chat ui
2024-11-06 21:14:45 +08:00
Dogtiti
85cdcab850
fix: botMessage reply date
2024-11-06 14:53:08 +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
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
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
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
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
Dogtiti
9ddd5a0566
Merge pull request #5432 from ConnectAI-E/Feature-fork
...
feat fork
2024-09-18 15:04:27 +08:00
DDMeaqua
dfaafe3adb
Merge branch 'main' into tts
2024-09-18 13:48:28 +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
DDMeaqua
3ae8ec1af6
feat: tts
2024-09-18 11:24:25 +08:00
DDMeaqua
212605a7e3
Merge branch 'main' into tts-stt
2024-09-18 10:39:56 +08:00
skymkmk
36a0c7b8a3
fix: default is forced to set gpt-3.5-turbo if no server default model have been set
2024-09-16 02:07:22 +08:00
skymkmk
9e1e0a7252
fix: persisted available models ard not be update after source code have been updated
2024-09-16 02:06:17 +08:00
DDDDD12138
63ffd473d5
chore: remove unused imports
2024-09-15 20:17:02 +08:00
Dogtiti
26c3edd023
Merge pull request #5430 from skymkmk/pr-manual-regen-title
...
feat: menual regen title
2024-09-14 18:10:32 +08:00
lyf
6e79b9a7a2
add fork
2024-09-14 14:19:11 +08:00