织梦人
bf5cdc929c
Merge remote-tracking branch 'up/main'
...
# Conflicts:
# app/components/chat.tsx
# app/store/chat.ts
2024-12-13 09:30:14 +08:00
Sherlock
19facc7c85
feat: support mort user-friendly scrolling
2024-11-14 21:31:45 +08:00
Dogtiti
1d14a991ee
fix: use current session id to trigger rerender
2024-11-11 20:30:59 +08:00
Dogtiti
e44ebe3f0e
feat: realtime config
2024-11-07 21:28:23 +08:00
lloydzhou
7bdc45ed3e
connect realtime model when open panel
2024-11-07 16:41:24 +08:00
Dogtiti
d544eead38
feat: realtime chat ui
2024-11-06 21:14:45 +08:00
Dogtiti
e0bbb8bb68
style: improve classname by clsx
2024-11-06 16:58:26 +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
GH Action - Upstream Sync
3e02a71e0d
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
2024-10-27 01:13:27 +00: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
织梦人
9a025ae196
Merge tag 'v2.15.4'
2024-10-09 19:08:43 +08:00
Dogtiti
7d55a6d0e4
feat: allow send image only
2024-10-08 21:31:01 +08:00
lloydzhou
919ee51dca
hover show errorMsg when plugin run error
2024-10-01 13:58:50 +08:00
织梦人
60bd3c56c1
Merge remote-tracking branch 'up/main'
...
# Conflicts:
# app/store/chat.ts
2024-09-26 20:47:29 +08:00
Dogtiti
a8c70d84a9
Merge pull request #5459 from DDMeaqua/tts
...
add tts
2024-09-18 15:42:16 +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
DDDDD12138
e986088bec
chore: correct typo
2024-09-15 21:59:21 +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
GH Action - Upstream Sync
659a389fd4
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
2024-09-14 01:03:57 +00:00
skymkmk
fc27441561
feat: manual refresh for title
2024-09-14 07:21:19 +08:00
MatrixDynamo
79cfbac11f
Add a space between model and provider in ModelSelector to improve readability.
2024-09-14 03:19:24 +08:00
Lloyd Zhou
57fcda80df
Merge pull request #5419 from DDMeaqua/feat-shortcutkey
...
chore: 手机端隐藏快捷键展示
2024-09-13 17:31:22 +08:00
DDMeaqua
db39fbc419
chore: 手机端隐藏快捷键展示
2024-09-13 16:56:06 +08:00
GH Action - Upstream Sync
144fdc9b7c
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
2024-09-13 01:04:37 +00:00
river
4b8288a2b2
fix : #4240 remove tip when 0 context
2024-09-12 21:05:02 +08:00
Dogtiti
1234deabfa
Merge pull request #5396 from DDMeaqua/feat-shortcutkey
...
feat: add shortcut key
2024-09-12 13:57:24 +08:00
织梦人
35f52886c4
Merge remote-tracking branch 'up/main'
...
# Conflicts:
# app/store/chat.ts
2024-09-12 09:19:04 +08:00
DDMeaqua
45306bbb6c
fix: ts error
2024-09-10 14:37:58 +08:00
DDMeaqua
18e2403b01
chore: 更换icon
2024-09-10 14:30:51 +08:00
DDMeaqua
e578c5f3ad
chore: 样式更新
2024-09-10 12:01:51 +08:00
DDMeaqua
7804182d0d
fix: type error
2024-09-09 19:18:12 +08:00
DDMeaqua
f2195154f6
feat: add shortcut key
2024-09-09 18:55:37 +08:00
Dogtiti
992c3a5d3a
fix: safaLocalStorage
2024-09-08 13:23:40 +08:00
织梦人
370ce3eeca
Merge remote-tracking branch 'up/website' into website
...
# Conflicts:
# app/components/chat.tsx
# app/utils.ts
2024-09-07 12:51:37 +08:00
lloydzhou
9275f2d753
add awesome plugin repo url
2024-09-06 19:37:24 +08:00
织梦人
ccacfec918
feat: 优化聊天窗口,使支持复制会话
2024-09-05 21:19:03 +08:00
lloydzhou
caf50b6e6c
move artifacts into mask settings
2024-09-05 14:46:16 +08:00
lloydzhou
c7bc93b32b
Merge remote-tracking branch 'connectai/main' into feature/plugin
2024-09-03 19:02:40 +08:00
lloydzhou
801b62543a
claude support function call
2024-09-02 21:45:47 +08:00