Commit Graph

20 Commits (main)

Author SHA1 Message Date
sean1832 d1bc2aa6c8 fix: non stream mode cannot use gpt-3.5 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 a366adae9b refactor: change variable name 1 year ago
sean1832 9c535a14ba refactor: change to gpt_tools.py for clarity 1 year ago
sean1832 2902643976 feat: add estimation with max token 1 year ago
sean1832 92106eb514 feat: add token estimation 1 year ago
sean1832 7b8083ab46 refactor: remove unused functions and modules 1 year ago
sean1832 9a61dc5723 refactor: remove unused functions and modules 1 year ago
sean1832 779937bbe2 fix: not able to switch prompt language after switching UI language 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 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 c725d41bd3 build: create streamlit_toolkit module 1 year ago
sean1832 0359e60d7f refactor: create project wise constants 1 year ago
sean1832 7979a0f4b8 refactor: split and rename module. Created GPT module 1 year ago