Commit Graph

27 Commits (main)

Author SHA1 Message Date
sean1832 e3b5ec34be fix: not able to find API key 1 year ago
sean1832 3b23f212b6 fix: tokens not display if brain is not build yet 1 year ago
sean1832 6d5f8bf313 Revert "Revert "Revert "fix: tokens not display if brain is not build yet"""
This reverts commit 9d24713faa.
1 year ago
sean1832 9d24713faa Revert "Revert "fix: tokens not display if brain is not build yet""
This reverts commit b1ac973ff9.
1 year ago
sean1832 b1ac973ff9 Revert "fix: tokens not display if brain is not build yet"
This reverts commit e1e94db2b3.
1 year ago
sean1832 e1e94db2b3 fix: tokens not display if brain is not build yet 1 year ago
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.
1 year ago
sean1832 559dd4700e fix: no error code for stream mode 1 year ago
sean1832 41a3130578 fix: stream mode not written to json 1 year ago
sean1832 2902643976 feat: add estimation with max token 1 year ago
sean1832 92106eb514 feat: add token estimation 1 year ago
sean1832 aaea6a84d3 chore: remove unused code 1 year ago
sean1832 250e3b3377 fix: adjust chunk size does not update brain 1 year ago
sean1832 779937bbe2 fix: not able to switch prompt language after switching UI language 1 year ago
sean1832 d65828a673 fix: exclude directory in config is not saved 1 year ago
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.
1 year ago
sean1832 34804410bc fix: operations does not update after language switch 1 year ago
sean1832 757ca9ec56 chore: adjust answer delay 1 year ago
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. 1 year ago
sean1832 195c456436 feat: default directory for selecting notes is now set to the most recently selected directory. 1 year ago
sean1832 98ba4f6ed6 fix: unable to parse empty fields 1 year ago
sean1832 46538c7969 fix: tkinter main thread is not in main loop 1 year ago
sean1832 540751b9a1 fix: session time is not set at the beginning 1 year ago
sean1832 d6a0c98261 fix: missing variable 1 year ago
sean1832 11f28c799e build: moving local function to streamlit tools or utilities 1 year ago
sean1832 f962324424 refactor: rename save_as to download_as for clarity 1 year ago
sean1832 c725d41bd3 build: create streamlit_toolkit module 1 year ago