Commit Graph

197 Commits (8c2380d1f8a428968f855c274c29f589f490755a)
 

Author SHA1 Message Date
sean1832 8c2380d1f8 build: add tiktoken library 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 b2c6f8f202 chore: rename prompt token estimation 1 year ago
sean1832 37d06167cb build: update library version 1 year ago
sean1832 41a3130578 fix: stream mode not written to json 1 year ago
sean1832 3b16aa236c refactor: change function name 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 a5baaf5d03 chore: update requirements.txt 1 year ago
Zeke Zhang bdd664b4f4
Merge pull request #10 from sean1832/patch-only-davinci-model-works
Patch #9.
1 year ago
sean1832 aaea6a84d3 chore: remove unused code 1 year ago
sean1832 e6a122bfc5 feat: adjust max token minimum number 1 year ago
sean1832 4590d68465 ui: move chunk size out of advanced options 1 year ago
sean1832 044b4c2e38 chore: remove unused code 1 year ago
sean1832 250e3b3377 fix: adjust chunk size does not update brain 1 year ago
sean1832 1e0acb459a fix: change default stream mode to false 1 year ago
sean1832 80957acc72 chore: remove unused module 1 year ago
sean1832 e03756fbf7 refactor: rename important batch files 1 year ago
sean1832 e08b54ff88 doc: update documentation 1 year ago
sean1832 58933c67ab build: update gitignore 1 year ago
sean1832 d0b971a1d3 chore: add clear screen command after venv installed 1 year ago
sean1832 6802ba915d chore: default operation is set to "question" 1 year ago
sean1832 9511b18c6b chore: remove debug code 1 year ago
sean1832 6ec4b9f13d fix: alter initial value for FILTER_ROW_COUNT to 1 1 year ago
sean1832 e78f70d773 fix: no initial value for FILTER_ROW_COUNT 1 year ago
sean1832 f78cd75743 fix: no initial value for exclude_dir_user 1 year ago
sean1832 65e77aa7a1 fix: cannot create API-KEYS.txt 1 year ago
sean1832 9ef506637a fix: no language detected first launch app 1 year ago
sean1832 4c1794da0e fix: no language detected first launch app 1 year ago
sean1832 23843ba979 build: remove streamlit_toggle module 1 year ago
sean1832 d1949d4281 fix: no translation .mo file find 1 year ago
sean1832 cde5a8d2af doc: add gif animation demo for chinese & japanese 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 066f3fdfae trans: update translation 1 year ago
sean1832 714d2d4b24 doc: update gif demo for english 1 year ago
sean1832 935cd6c196 build: update requirements.txt 1 year ago
sean1832 b65a4dd563 trans: update translation 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 e8a077e026 Merge branch 'main' of https://github.com/sean1832/GPT-Brain 1 year ago
sean1832 7b8641bfaf build: update requirements.txt 1 year ago
Zeke Zhang bea5e9d2b9
Update README_JP.md 1 year ago
sean1832 965db77cba test: add back jp screenshot 1 year ago
sean1832 b69785f67d test: remove jp screenshot 1 year ago
sean1832 08a0a62c97 doc: update screenshots 1 year ago