* add feature to create new chat in a given folder
This to not have to drag and drop a chat each time in a folder
* change style
* fix margin
* style: folder gradient
* style
---------
Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
This for a default behavior.
This makes the answer of the AI more user-friendly to read.
This also increases the accuracy of the answer to be well-formatted.
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
* feat: not adding first system message if default system message is empty
* formatting
---------
Co-authored-by: Jing Hua <59118459+ztjhz@users.noreply.github.com>
* 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>