Ayaka Mikazuki
5f1762f557
update translation
2023-03-27 23:54:42 +10:00
Jing Hua
fe8d6ccced
feat: chat folders ( #146 )
...
* feat: folder
* folder functionality
* i18n
2023-03-27 21:41:45 +08:00
Ayaka Mikazuki
404dae8dff
fix bug
2023-03-27 17:40:45 +10:00
Ayaka Mikazuki
191739d995
remove free APIs
...
Remove free APIs as they ran out of funding. Users can still use
third-party free APIs by using custom endpoints.
Ref: #144
Squashed commit of the following:
commit 81e9b9963ea8c4532c110bfe2ddb67b603683875
Author: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date: Mon Mar 27 17:30:11 2023 +1000
update translations
commit 7bf023ed2f392e79026dd1d4154b83397bba2249
Author: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date: Mon Mar 27 16:44:36 2023 +1000
update API menu
commit 641b34cfafbc8e10d3ba9730f58a3f10a57dd52b
Author: Jing Hua <tohjinghua123@gmail.com>
Date: Mon Mar 27 14:19:49 2023 +0800
remove api free option
2023-03-27 17:32:54 +10:00
Ayaka Mikazuki
2632742c13
Fix translation bug
2023-03-27 15:15:39 +10:00
Ayaka Mikazuki
a0988dbd49
Add Japanese and Malay translation
2023-03-27 15:09:41 +10:00
Ayaka Mikazuki
e68185cf6c
Update translation
2023-03-27 15:08:07 +10:00
Jing Hua
0e08f8f46a
i18n: html lang attribute
2023-03-27 11:39:21 +08:00
Jing Hua
c06415d4fb
style: message max-width
2023-03-27 00:33:16 +08:00
Ayaka Mikazuki
5886eb7461
Bump version to 1.0.0
2023-03-27 00:36:51 +10:00
Ayaka Mikazuki
00e06da482
update social preview image
2023-03-27 00:29:59 +10:00
Ayaka Mikazuki
5841230187
Update Dockerfile
2023-03-26 23:32:13 +10:00
Ayaka Mikazuki
d265985dfa
Add Dockerfile
2023-03-26 23:29:49 +10:00
Jing Hua
0302c5301d
hide sidemenu for mobile
2023-03-26 17:21:23 +08:00
Jing Hua
d4e72532a8
style: padding
2023-03-26 17:13:21 +08:00
Jing Hua
d654e143e5
fix: style group
2023-03-26 17:06:40 +08:00
Jing Hua
b813df5343
feat: collapsible side menu
...
issue #110
2023-03-26 16:56:38 +08:00
Jing Hua
470aa40a84
fix: new chat
2023-03-26 14:01:16 +08:00
Jing Hua
17b6fc91fb
fix: disable new chat during generation
2023-03-26 13:46:55 +08:00
Jing Hua
dcea49d6ad
disable changing chat during generation
...
fixes #117 , fixes #67
2023-03-26 10:40:50 +08:00
Jing Hua
7a35e20fbb
feat: add price of tokens
2023-03-26 10:23:09 +08:00
Jing Hua
2d42616070
feat: download indicidual chat
...
import chats appends instead of replace existing chats
2023-03-26 10:08:28 +08:00
flycran
a5c1db6fcf
Fold menu options ( #82 )
...
* 增加折叠MenuOptions功能
* 增加折叠MenuOptions功能
* 改用tailwindcss编写样式
* 解构useState并显式标注类型
* 修改折叠图标的hover样式
* 为折叠状态添加持久化
* fix: bug
* rename foldMenuOptions to hideMenuOptions
* change file location
* transition + styling
* reordering
* update link
---------
Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
2023-03-26 02:35:17 +08:00
Jing Hua
7a4afd265b
fix: tiktoken performance
2023-03-25 23:06:27 +08:00
Jing Hua
6a6d2fe819
only load cl100k tokeniser
...
fix #109 , #13
2023-03-25 22:51:32 +08:00
Jing Hua
8ff5079266
remove download pdf
...
temporary fix for vite-plugin-top-level-await
2023-03-25 22:51:32 +08:00
Jing Hua
9cff66f783
change tokeniser to tiktoken
2023-03-25 22:51:32 +08:00
Ayaka Mikazuki
01b6fc7479
Merge branch 'main' of github.com:ztjhz/ChatGPTFreeApp
2023-03-25 22:23:15 +09:30
Ayaka Mikazuki
8e85ce619f
Update translation
2023-03-25 22:23:10 +09:30
Jing Hua
15f21b23fb
feat: display total number of tokens in conversation
...
fixes #126
2023-03-25 14:50:26 +08:00
Jing Hua
2d1139e3d2
feat: message copy button
...
fixes #94 , fixes #20
2023-03-25 14:17:39 +08:00
Jing Hua
ad90d99299
style: markdown table
2023-03-25 14:08:15 +08:00
Jing Hua
b7848e8b8b
fix: refresh during generation
...
fixes #116
2023-03-25 13:58:17 +08:00
Jing Hua
b04dbfa76b
change freechatgpt to betterchatgpt
2023-03-25 13:40:42 +08:00
Ayaka Mikazuki
370e03fafa
Rename Free ChatGPT to Better ChatGPT
2023-03-25 15:05:26 +09:30
Jing Hua
bfc47b6bd0
update CNAME
2023-03-25 13:12:53 +08:00
Jing Hua
afc0c88a3a
update deployment readme
2023-03-25 13:10:32 +08:00
Jing Hua
aefca02620
api popup
2023-03-25 13:04:06 +08:00
akira0245
58858d51ac
feat: not adding first system message if default system message is empty ( #129 )
...
* feat: not adding first system message if default system message is empty
* formatting
---------
Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
2023-03-25 00:16:22 +08:00
BeautyyuYanli
39cb420122
use official github-pages deploy workflow ( #104 )
...
* use official github-pages deploy workflow
fix
fix2
* Update README.md
* update readme
---------
Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
2023-03-24 23:44:08 +08:00
Teng Zhang
1952b451ab
ci: enable write permission in workflow ( #122 )
2023-03-24 13:13:29 +09:30
Teng Zhang
6439404f5b
fix: locating i18n files error ( #119 )
2023-03-24 08:53:16 +08:00
Jing Hua
c958165769
update readme: remove vite.config.ts base instruction
2023-03-23 16:23:06 +08:00
Junity
8209ec4043
Using relative paths ( #90 )
2023-03-23 16:12:57 +08:00
Ayaka Mikazuki
9040b69342
Update README
...
https://github.com/ayaka14732/ChatGPTAPIFree/issues/43#issuecomment-1480624874
2023-03-23 15:30:55 +09:30
Jing Hua
1b2f80c85b
fix: ShareGPT bug
2023-03-23 01:25:32 +08:00
Jing Hua
f797f6984c
feat: ShareGPT
...
Fixes #1
2023-03-23 00:58:26 +08:00
MrSevyu
8787eef762
Added Spanish translation. ( #114 )
2023-03-23 00:05:50 +08:00
Ayaka Mikazuki
4c87b0d547
Add sv translation
2023-03-22 16:43:08 +09:30
Ayaka Mikazuki
a0995c6f80
Fix nb-NO translation
2023-03-22 16:15:11 +09:30