Commit graph

198 commits

Author SHA1 Message Date
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
Ayaka Mikazuki a6ebfc527f Add nb-NO translation 2023-03-22 16:02:52 +09:30
Ayaka Mikazuki 1608991ac4 add zh-TW translation 2023-03-21 14:35:19 +09:30
Ayaka Mikazuki 25accc6e77 add Danish translation 2023-03-20 19:34:22 +09:30
Ayaka Mikazuki 69a5438a9e update zh-HK translation 2023-03-20 18:53:36 +09:30
Jing Hua b0bfe56fd3 feat: customise default model parameters and system message
Fixes #97, Fixes #89, Fixes #35
2023-03-20 16:06:46 +08:00
Jing Hua 92f09c275b fix: missing bytes when using api endpoint 2023-03-19 22:22:24 +08:00
Ayaka Mikazuki 1799c40ba3 update README and translation 2023-03-19 22:20:13 +09:30
Jing Hua e69e50a9a9 fix: max tokens bug
Fixes #100
2023-03-19 18:04:47 +08:00
Jing Hua 9f92cf5c70 fix: max tokens bug 2023-03-19 15:35:23 +08:00
Jing Hua e0155e3f4f set sharegpt api endpoint as default 2023-03-19 13:33:53 +08:00
Jing Hua e287e443c9 update api menu 2023-03-19 13:23:17 +08:00
Jing Hua 1069f62fc6 added new api endpoint
Fixes #98
2023-03-19 13:00:34 +08:00
Jing Hua bdc95cb305 feat: model max_tokens customisation
Fixes #92
2023-03-19 12:46:31 +08:00
Jing Hua 84ae0ae8df feat: gpt-4 support
fixes #80
2023-03-17 14:23:36 +08:00
Jing Hua 209173ef5c style: chat config title
Fixes #63
2023-03-15 22:09:44 +08:00
Jing Hua 2f11c9d254 remove sanitize
Fixes #76
2023-03-15 22:05:26 +08:00
Jing Hua 38c0820c65 update README 2023-03-15 22:01:32 +08:00
Jing Hua 94e7da2260 style: prompt library textarea 2023-03-14 02:35:08 +08:00
Ayaka Mikazuki fa9fa31fd6 Improve zh-HK translation 2023-03-14 00:15:21 +09:30
Jing Hua ca98ebb4a6 update default prompts 2023-03-13 22:28:14 +08:00
Jing Hua b28a73640a readme: prompt library 2023-03-13 22:13:18 +08:00
Jing Hua b9657c6325 feat: prompt library 2023-03-13 21:54:05 +08:00
Ayaka Mikazuki 5d9ca85cf6 Improve zh-HK translation 2023-03-13 22:06:19 +09:30
Ayaka 67e96df310
Add zh-HK (Cantonese) translation (#68) 2023-03-13 21:59:05 +09:30
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