Yidadaa
d34676c5b2
fixup
2 years ago
Yidadaa
4cf659c29b
chore: wont send system info if user use a mask
2 years ago
Yidadaa
ec61a5b32d
fix : #1681 replace svg icons with png icons
2 years ago
Yidadaa
58f726c602
fix : #1668 should not summarize twice
2 years ago
Yifei Zhang
bb0c3835f4
Merge pull request #1689 from Yidadaa/Yidadaa-patch-1
...
fix : #1688 wrong clear context index
2 years ago
Yifei Zhang
e9642c7505
fix : #1688 wrong clear context index
2 years ago
Yifei Zhang
f0b4ef5917
Merge pull request #1679 from Yidadaa/export
...
chore: mobile export image style
2 years ago
Yidadaa
1f12753c68
chore: mobile export image style
2 years ago
Yifei Zhang
0439d122a5
Merge pull request #1678 from Yidadaa/export
...
feat: close #580 export messages as image
2 years ago
Yidadaa
4dad7f2ab6
feat: close #580 export messages as image
2 years ago
Yifei Zhang
ce75dc502b
Merge pull request #1665 from yanCode/fix/prompt-select
...
fix: bug #1662
2 years ago
ShengYan, Zhang
23f6c2e8c9
fix: bug #1662
2 years ago
Yifei Zhang
d3461dd69b
Merge pull request #1660 from Yidadaa/bugfix-0520
...
feat: close #1382 only clear memory btn in chat config
2 years ago
Yidadaa
05b1b8b240
feat: close #1382 only clear memory btn in chat config
2 years ago
Yifei Zhang
3118ba4466
Merge pull request #1659 from Yidadaa/bugfix-0520
...
feat: close #1415 clear context button
2 years ago
Yidadaa
35cec0f1df
fixup: i18n and icon minor changes
2 years ago
Yidadaa
a19d238483
feat: close #1415 clear context button
2 years ago
Yifei Zhang
a57fa2e9ad
Merge pull request #1658 from Yidadaa/bugfix-0520
...
feat: scrollable mask lists in new-chat page
2 years ago
Yidadaa
c2b36cdffa
feat: prevent browser to invoke basic auth popup
2 years ago
Yidadaa
600b1814a1
fix: wont show auth popup when receiving a 401 http code
2 years ago
Yidadaa
76e6957a8a
fixup
2 years ago
Yifei Zhang
18df79ce00
Merge pull request #1657 from Yidadaa/revert-1648-not-to-detect-user-lang-in-node
...
Revert "Not to detect user lang when running in Node"
2 years ago
Yidadaa
f14b413b7c
feat: scrollable mask lists in new-chat page
2 years ago
Yifei Zhang
d0e73bd6b2
Revert "Not to detect user lang when running in Node"
2 years ago
Yifei Zhang
f27b25a62e
Merge pull request #1653 from Yidadaa/bugfix-0520
...
feat: close #1626 hide context prompts in mask config
2 years ago
Yidadaa
6d8c7ba140
feat: close #1626 hide context prompts in mask config
2 years ago
Yidadaa
af497c96ec
fix : #1612 infinite loading
2 years ago
Yifei Zhang
697c7a8dfe
Merge pull request #1648 from yaojingguo/not-to-detect-user-lang-in-node
...
Not to detect user lang when running in Node
2 years ago
Jingguo Yao
3f5a189591
Not to detect user lang when running in Node
...
Use DEFAULT_LANG with Node. Remove the logging on the server side:
[Lang] failed to detect user lang.
2 years ago
Yifei Zhang
bcb18ff2f4
Merge pull request #1644 from Yidadaa/bugfix0519
...
feat: close #1478 new chat use global config as default
2 years ago
Yidadaa
b1ba3df989
feat: close #1478 new chat use global config as default
2 years ago
Yidadaa
203ac0970d
feat: #1640 support free gpt endpoint
2 years ago
Yifei Zhang
e5329dc28a
Merge pull request #1636 from yanCode/fix/css-chat-name
...
fix: css on display chat names
2 years ago
ShengYan, Zhang
f8ef6278a5
fix: css on display chat names
2 years ago
Yifei Zhang
7f13a8d2bc
feat: support fast chatgpt mobile models
2 years ago
Yifei Zhang
b0b078c0fb
Merge pull request #1629 from Algustine/dev
...
fix: get real-ip instead of vercel edge network ip
2 years ago
Illusion
c282433095
fix: get real-ip instead of vercel edge network ip
2 years ago
Yifei Zhang
8d7f3bd215
Merge pull request #1622 from yanCode/fix/single-mask-import
...
fix: allow to import a single mask
2 years ago
ShengYan, Zhang
f6c268dc1e
fix: allow to import a single mask
2 years ago
Yifei Zhang
48f25b0799
Merge pull request #1616 from Yidadaa/bugfix-0519
...
fix : #1611 show corret message when can not query usage
2 years ago
Yidadaa
50cfbaaab5
feat: partial locale type
2 years ago
Yidadaa
de775511d0
feat: some en masks
2 years ago
Yidadaa
a524a60c46
fix : #1611 show corret message when can not query usage
2 years ago
Yidadaa
6cf2fa02e5
fix : #1612 fill empty message with a placeholder
2 years ago
Yifei Zhang
1a8cb877db
Merge pull request #1605 from Allengl/update
...
add new mask 简历写手
2 years ago
Yifei Zhang
33727aad62
Merge pull request #1604 from ClarenceDan/main
...
fix:Fix memory leak issue by adding fetch request timeout
2 years ago
Clarence Dan
ac79d810d0
Fix memory leak issue by adding fetch request timeout
...
This commit resolves a memory leak issue that was occurring due to fetch requests hanging indefinitely. A timeout has been introduced to the `requestOpenai` function which ensures that these requests are aborted after a set period of time (currently 10 minutes). Additionally, error handling has been added to catch and log `AbortError` when a fetch request is aborted. This fix significantly improves the stability and reliability of the application by preventing memory leaks related to unresolved fetch requests.
2 years ago
Clarence Dan
2b912c6834
fix: Fix memory leak issue by adding fetch request timeout
...
This commit resolves a memory leak issue that was occurring due to fetch requests hanging indefinitely. A timeout has been introduced to the `requestOpenai` function which ensures that these requests are aborted after a set period of time (currently 10 minutes). Additionally, error handling has been added to catch and log `AbortError` when a fetch request is aborted. This fix significantly improves the stability and reliability of the application by preventing memory leaks related to unresolved fetch requests.
2 years ago
guolong
cf2404743d
add new mask 简历写手
2 years ago
Yifei Zhang
38bffd423c
Merge pull request #1580 from Allengl/update
...
Add Korean translation 增加国际化语言:韩语
2 years ago