Commit Graph

191 Commits (3b16aa236c8c8c33794e84cfda1f4746a5d6b3d9)
 

Author SHA1 Message Date
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
sean1832 8381ceadb0 doc: update screenshots 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 030b9570ae trans: update translation 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 eb5361ff80 feat: directory filters to exclude files from unwanted directories.
A new feature that allows users to apply a filter to directories when selecting files, with the purpose of excluding specific directories and their contents from being displayed. The filter can help AI to focus on relevant files and avoid distractions or irrelevant information. This feature could be especially useful for users who work with large and complex vault.
1 year ago