305 Commits

Author SHA1 Message Date
Ayaka
291ee71617 Rename ChatGPTFreeApp to Free ChatGPT (#66) 2023-03-13 14:39:07 +08:00
Jing Hua
4313446dd3 feat: auto generate title setting 2023-03-13 13:22:48 +08:00
akira0245
4c80898078 feat: more request parameters (#62)
* feat: more request parameters

added top_p and frequency_penalty

* fix: value range of top_p

valid top_p range should be 0-1

* migration + change chats validation

* style chat title

---------

Co-authored-by: Jing Hua <tohjinghua123@gmail.com>
2023-03-13 13:01:24 +08:00
Jing Hua
9f1529d07a update api menu and readme 2023-03-12 19:05:26 +08:00
Jing Hua
a5cd36c1d1 added chinese readme + update icon 2023-03-12 16:21:28 +08:00
Jing Hua
9fa830d57d update migration 2023-03-12 13:55:21 +08:00
Ayaka
dd9290241f Improve zh-CN translation 2023-03-12 04:38:16 +09:30
Ayaka Mikazuki
a60dd30ed3 Fix bug in zh-CN i18n 2023-03-12 04:22:38 +09:30
Ayaka
78800937b9 Update articles (#60)
* Update articles

* Fix bug

* Fix typo
2023-03-12 02:44:57 +08:00
Jing Hua
7b1dae90ad remove loading screen 2023-03-12 02:40:13 +08:00
Ayaka
b04e95b1b8 Update About & Sponsor (#59) 2023-03-12 02:34:10 +08:00
Jing Hua
a6309129d3 remove i18n debug 2023-03-12 01:44:57 +08:00
Jing Hua
2bf7f2d710 feat: i18n language support, settings menu, loading screen
Fixes #7
2023-03-12 01:40:26 +08:00
Jing Hua
693ac35b03 change link 2023-03-11 21:34:26 +08:00
姚妫颍
b2ee67a2a5 fix: resolve Ko-fi button 403 error (#54)
* Add files via upload

* 本域内鏡像靜態資源以修復圖標跨域請求被拒問題

直接調用 https://ko-fi.com/img/githubbutton_sm.svg 會導致 403 錯誤

* Update and rename githubbutton_sm.svg to kofi.svg

---------

Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
2023-03-11 21:29:11 +08:00
Jing Hua
94d5ad3692 remove image resizing for mobile chat download 2023-03-11 19:28:39 +08:00
Jing Hua
d00984ba81 hide download chat button during chat generation
Fixes #57
2023-03-11 19:28:07 +08:00
Jing Hua
443d4d3454 chat message optimsiation, fixed copy code during generation
fixes 17, fixes 53
2023-03-11 19:18:00 +08:00
Ayaka
e5c35eb1a3 Restore original free API URL (#56) 2023-03-11 17:59:36 +08:00
Ayaka
fbf5660b40 Temporarily change free API endpoint (#55) 2023-03-11 16:01:46 +08:00
Jing Hua
ac7ea965ec feat: download chat as pdf / image / markdown
fixes #26
2023-03-11 02:35:55 +08:00
Jing Hua
df82b62e38 feat: Import and export chats
fixes #8, #26
2023-03-10 17:03:46 +08:00
Jing Hua
bdc385158b feat: change tab title to current chat title 2023-03-10 15:09:23 +08:00
Jing Hua
f58382137d optimise ChatHistoryList 2023-03-10 14:54:54 +08:00
Jing Hua
5e1745fe0c style: side chat title input 2023-03-10 00:15:05 +08:00
Jing Hua
b080c185f4 feat: auto generate title 2023-03-09 21:00:29 +08:00
Jing Hua
68562b699f Fix: copy code triggers UI for all code blocks
Fixes #24
2023-03-09 16:14:07 +08:00
Jing Hua
0d629a614a update README.md 2023-03-09 15:58:07 +08:00
Jing Hua
0f0f860bc6 update readme and about 2023-03-09 14:24:26 +08:00
Mark Anthony Llego
32bb534c81 Add fixes for deprecation warnings (#49) 2023-03-09 07:15:03 +08:00
Jing Hua
8fcf0764e5 fix: stream lock bug
Fixes #38
2023-03-09 07:07:50 +08:00
Jing Hua
6a3a154501 added documentation on how to host own instance of ChatGPTFreeApp
Fixes #37
2023-03-08 23:31:39 +08:00
Jing Hua
e20bf87cb4 add: workflow dispatch 2023-03-08 23:19:37 +08:00
Jing Hua
e48d967b4b Fix language not detected
Fixes #46
2023-03-08 22:57:02 +08:00
Jing Hua
b6bf66dcc7 remove api checking 2023-03-08 01:08:39 +08:00
Jing Hua
ae9499301a style: error message + move stream to try block 2023-03-07 23:57:27 +08:00
Jing Hua
9fedb3f169 release readable stream
issue #38
2023-03-07 23:04:37 +08:00
Jing Hua
21da7342eb fix: Object.hasOwn browser compatibility 2023-03-07 15:47:17 +08:00
Jing Hua
c7504b1038 clear error message on new generation 2023-03-07 13:38:38 +08:00
Jing Hua
8ba2e473cd feat: customise free api endpoint 2023-03-07 08:15:28 +08:00
Jing Hua
98729351e0 error message for insufficient quota 2023-03-07 07:35:10 +08:00
Jing Hua
1142e9d973 added support
Support FreeChatGPT's mission of making AI accessible to everyone,
by funding the OpenAI API endpoint.
2023-03-07 07:26:14 +08:00
Jing Hua
c006ccd97a feat: adaptive memory
fixes 9, fixed 10
2023-03-06 22:50:03 +08:00
Jing Hua
5372c48f53 fix migration from old to new ChatInterface 2023-03-06 22:36:36 +08:00
Jing Hua
a009be9986 feat: model parameters customisation (#31)
issue #14
2023-03-06 22:22:05 +08:00
Ayaka
670c26774a Update texts in the about menu (#30)
* Update description and texts in About menu

* Format code
2023-03-06 22:11:34 +08:00
Ayaka
d4d0fafcb9 Implement a rudimental version of countTokens (#28) 2023-03-06 22:08:13 +08:00
Mark Anthony Llego
948c14a6eb Bug Fix #21 (#22)
* bug fix #21

* changes

* update setApiFree function in useEffect
2023-03-06 22:06:48 +08:00
Jing Hua
db81221e2d feat: about menu 2023-03-06 19:53:20 +08:00
Jing Hua
03972ba0a2 increase ApiMenu error message duration 2023-03-06 11:49:15 +08:00