lloydzhou
9d5e2e6a80
update labels in setting page
2024-07-17 12:49:10 +08:00
sijinhui
a70f984b0f
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# app/api/auth.ts
# app/api/common.ts
# app/azure.ts
# app/client/api.ts
# app/client/platforms/openai.ts
# app/components/chat.tsx
# app/components/settings.tsx
# app/constant.ts
# app/layout.tsx
# app/masks/index.ts
# app/store/chat.ts
# app/store/config.ts
# app/utils/hooks.ts
# app/utils/model.ts
# package.json
# yarn.lock
2024-07-11 10:58:00 +08:00
lloydzhou
e3b3a4fefa
add custom settings
2024-07-09 20:09:03 +08:00
lloydzhou
7573a19dc9
add custom settings
2024-07-09 20:01:58 +08:00
lloydzhou
b14a0f24ae
update locales
2024-07-09 14:57:19 +08:00
sijinhui
8dc76ac212
Merge remote-tracking branch 'upstream/main' into dev
...
# Conflicts:
# app/utils.ts
# package.json
# yarn.lock
2024-05-14 23:40:40 +08:00
Dmitry Sandalov
d3131d2f55
Fix typo for "OpenAI Endpoint" in the en locale
2024-05-13 10:39:49 +02:00
sijinhui
a83d79a9f4
Merge remote-tracking branch 'upstream/main' into dev
...
# Conflicts:
# app/api/auth.ts
# app/client/platforms/openai.ts
# app/components/settings.tsx
# app/config/server.ts
# app/constant.ts
# app/locales/pt.ts
# app/locales/sk.ts
# app/locales/tw.ts
# app/store/chat.ts
2024-04-09 10:39:16 +08:00
butterfly
69b079c86e
feat: dev done
2024-04-07 11:32:57 +08:00
sijinhui
c42a9554a5
暂存merge
2024-02-21 14:32:47 +08:00
sijinhui
e3b0d909fe
暂存merge
2024-02-21 14:16:58 +08:00
TheRam_
e2da3406d2
Add vision support ( #4076 )
2024-02-20 18:04:32 +08:00
sijinhui
cc87bb04e8
Merge remote-tracking branch 'upstream/main' into dev
...
# Conflicts:
# app/components/settings.tsx
2024-02-15 09:26:08 +08:00
H0llyW00dzZ
1d6ee64e1d
[Cherry Pick] Fix [UI/UX] [Front End] Settings Page ( #4032 )
...
* Fix [UI/UX] [Locales] Correct Spelling
- [+] fix(locales): correct spelling and improve wording in cn.ts and en.ts locale files
* Fix [UI/UX] [Front End] Settings Page
- [+] fix(settings.tsx): correct typo in ApiVerion to ApiVersion
- [+] refactor(settings.tsx): switch Azure.ApiKey to Google.ApiKey in ListItem title and subTitle
* Fix [UI/UX] [Locales] [SK] Correct Typo
- [+] fix(sk.ts): correct typo in ApiVersion key in Slovak locale file
2024-02-12 20:36:52 +08:00
sijinhui
936ae673d3
Google AI模型支持
2024-01-15 23:57:33 +08:00
sijinhui
19f4ef9194
merge upstream
2023-12-27 22:47:01 +08:00
Fred Liang
7026bd926a
chroe: update prompts
2023-12-24 04:24:38 +08:00
Fred Liang
ae19a0dc5f
chroe: update model name
2023-12-24 04:22:12 +08:00
Fred Liang
20f2f61349
feat: support set api key from client side
2023-12-24 03:44:13 +08:00
Fred Liang
45798f993d
fix: fix type errors
2023-12-24 02:39:13 +08:00
sijinhui
b43c0b0109
init
2023-12-16 23:05:14 +08:00
H0llyW00dzZ
5ba3fc9321
Revert "Fix UI/UX Page Local Language [Exporter Message]"
...
This reverts commit a46f08154e
.
Reason : better after instead of before
2023-11-12 01:56:31 +07:00
H0llyW00dzZ
a46f08154e
Fix UI/UX Page Local Language [Exporter Message]
...
fix(locales): fix incorrect description title in en.ts and id.ts
- Change "Only messages after clearing the context will be displayed" to "Only messages before clearing the context will be displayed" in en.ts
- Change "Hanya pesan setelah menghapus konteks yang akan ditampilkan" to "Hanya pesan sebelum menghapus konteks yang akan ditampilkan" in id.ts
2023-11-12 01:50:35 +07:00
H0llyW00dzZ
0f6ed9c293
Feat UI/UX Page Local Language [Exporter Message]
...
[+] fix(exporter.tsx): update the text in the ExportMessageModal component to use the localized title from the locale file
[+] feat(cn.ts, en.ts, id.ts): add localized title for the Exporter Description in the respective locale files
2023-11-12 00:53:15 +07:00
Yidadaa
b7ffca031e
feat: close #935 add azure support
2023-11-10 02:43:37 +08:00
Yidadaa
5610f423d0
feat: add multi-model support
2023-10-30 02:07:11 +08:00
Yifei Zhang
13c1d2fd2b
Merge pull request #2946 from H0llyW00dzZ/ClientApp
2023-10-07 23:50:49 +08:00
H0llyW00dzZ
d2ad01a9ff
Client App Fix Issue [Bug] 'export' button does not work #2884
...
[+] fix(exporter.tsx): add async keyword to download function
[+] feat(exporter.tsx): add support for saving image file using window.__TAURI__ API
[+] feat(global.d.ts): add types for window.__TAURI__ API methods
[+] feat(locales): add translations for download success and failure messages
[+] feat(sync.ts): add support for generating backup file name with date and time
[+] fix(utils.ts): add async keyword to downloadAs function and add support for saving file using window.__TAURI__ API
2023-10-03 08:49:03 +07:00
H0llyW00dzZ
4a599e986f
UI Page [Auth Page]
...
[+] feat(auth.tsx): add support for resetting access token in resetAccessCode function
[+] fix(auth.tsx): fix formatting issue in resetAccessCode function
[+] feat(locales): add support for sub tips in Auth component for multiple languages :
- Add sub tips in Arabic locale (ar.ts)
- Add sub tips in Bengali locale (bn.ts)
- Add sub tips in Chinese locale (cn.ts)
- Add sub tips in English locale (en.ts)
- Add sub tips in Indonesian locale (id.ts)
2023-09-30 22:16:34 +07:00
Yidadaa
83fed42997
feat: add upstash redis cloud sync
2023-09-19 03:18:34 +08:00
Yidadaa
adb860b464
fix : #2820 try to fix 520 error code
2023-09-19 02:12:43 +08:00
Yidadaa
6f83fbd212
feat: add webdav support
2023-09-13 02:51:02 +08:00
Yidadaa
5dced28088
fixup: add en locales
2023-09-11 00:22:14 +08:00
B0zal
e6cc1625b5
[+] FineTuned Sysmessage Depends for local language
...
this for JSON Exporter
2023-08-25 17:48:25 +07:00
Yidadaa
ed62c87156
feat: close #2638 hide auth page and use better unauth tips
2023-08-15 22:50:42 +08:00
imldy
803b66ae9d
chore: Concise description
2023-08-14 20:47:02 +08:00
imldy
20a508e2d6
feat: add autoGenerateTitle option
...
(cherry picked from commit 656ab94a9c4edfee820616b8cfc39f5ee9952a3a)
2023-08-14 20:42:09 +08:00
Yidadaa
b5ef552c25
feat: improve auto scroll ux and edit model title
2023-08-02 23:35:51 +08:00
Yidadaa
7c2fa9f8a4
feat: close #2449 edit / insert / delete messages modal
2023-07-21 00:24:26 +08:00
Yidadaa
e5f6133127
feat: close #2447 pre-fill key/code/url
2023-07-20 23:17:58 +08:00
Yidadaa
ad1b9b7f6d
fixup
2023-07-10 23:21:22 +08:00
imldy
f59235bd5a
feat: 翻译InjectSystemPrompts配置项为其他语言
2023-07-10 20:14:10 +08:00
Yidadaa
98ac7ee277
feat: close #2303 add custom model name config
2023-07-09 18:15:52 +08:00
Yidadaa
b55b01cb13
feat: #2308 improve chat actions ux
2023-07-09 16:39:46 +08:00
Yidadaa
ca295588c4
fix : #2308 improve chat actions
2023-07-09 16:15:58 +08:00
Yidadaa
9a285ab935
fixup
2023-07-06 02:12:37 +08:00
Yidadaa
6c6a2d08db
feat: close #2267 display a modal to export image
2023-07-06 01:26:06 +08:00
Yidadaa
5c8be2a8f6
feat: close #1072 share mask as link
2023-07-05 23:19:54 +08:00
Yidadaa
54bd07702c
refactor: #2256 hide builtin masks
2023-07-05 22:39:25 +08:00
Marcus Schiesser
74fa065266
feat: add setting to hide builtin masks
2023-07-05 00:07:26 +07:00