Commit Graph

21 Commits

Author SHA1 Message Date
sean1832
680e542607 feat: Add support for GPT-3.5-Turbo (ChatGPT) model
This commit adds support for the GPT-3.5-Turbo model in ChatGPT. This model is an improved version of the existing GPT-3 model and offers better performance and accuracy in language generation tasks.
2023-03-04 01:47:28 +11:00
sean1832
559dd4700e fix: no error code for stream mode 2023-03-04 01:33:58 +11:00
sean1832
41a3130578 fix: stream mode not written to json 2023-03-03 22:46:09 +11:00
sean1832
2902643976 feat: add estimation with max token 2023-02-26 05:48:09 +11:00
sean1832
92106eb514 feat: add token estimation 2023-02-26 05:23:59 +11:00
sean1832
aaea6a84d3 chore: remove unused code 2023-02-25 15:59:11 +11:00
sean1832
250e3b3377 fix: adjust chunk size does not update brain 2023-02-25 15:48:34 +11:00
sean1832
779937bbe2 fix: not able to switch prompt language after switching UI language 2023-02-23 04:15:36 +11:00
sean1832
d65828a673 fix: exclude directory in config is not saved 2023-02-23 01:51:34 +11:00
sean1832
5125811dbd BREAKING CHANGE: add Experimental function for output streaming
a new feature for output streaming which enables real-time response streaming from the OpenAI server.
2023-02-23 01:37:32 +11:00
sean1832
34804410bc fix: operations does not update after language switch 2023-02-22 04:02:56 +11:00
sean1832
757ca9ec56 chore: adjust answer delay 2023-02-22 03:35:09 +11:00
sean1832
5cc2aa20f7 feat: progress bar added to the brain-building process, and the building process message has been refined for better clarity and user experience. 2023-02-22 02:09:16 +11:00
sean1832
195c456436 feat: default directory for selecting notes is now set to the most recently selected directory. 2023-02-21 23:47:34 +11:00
sean1832
98ba4f6ed6 fix: unable to parse empty fields 2023-02-21 21:33:43 +11:00
sean1832
46538c7969 fix: tkinter main thread is not in main loop 2023-02-21 19:40:23 +11:00
sean1832
540751b9a1 fix: session time is not set at the beginning 2023-02-21 04:56:10 +11:00
sean1832
d6a0c98261 fix: missing variable 2023-02-21 04:39:48 +11:00
sean1832
11f28c799e build: moving local function to streamlit tools or utilities 2023-02-21 00:24:12 +11:00
sean1832
f962324424 refactor: rename save_as to download_as for clarity 2023-02-21 00:16:26 +11:00
sean1832
c725d41bd3 build: create streamlit_toolkit module 2023-02-21 00:13:18 +11:00