Commit Graph

44 Commits (92106eb514291715821e9eabf39fcad9e13b54e2)

Author SHA1 Message Date
sean1832 92106eb514 feat: add token estimation 2 years ago
sean1832 e6a122bfc5 feat: adjust max token minimum number 2 years ago
sean1832 4590d68465 ui: move chunk size out of advanced options 2 years ago
sean1832 1e0acb459a fix: change default stream mode to false 2 years ago
sean1832 80957acc72 chore: remove unused module 2 years ago
sean1832 6802ba915d chore: default operation is set to "question" 2 years ago
sean1832 779937bbe2 fix: not able to switch prompt language after switching UI language 2 years 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.
2 years ago
sean1832 34804410bc fix: operations does not update after language switch 2 years ago
sean1832 540751b9a1 fix: session time is not set at the beginning 2 years ago
sean1832 5cb177af83 fix: build error 2 years ago
sean1832 945ef71c80 fix: trying to access __pycache__ when update language base 2 years ago
sean1832 260ee277e1 doc: add tooltips for param 2 years ago
sean1832 f962324424 refactor: rename save_as to download_as for clarity 2 years ago
sean1832 c725d41bd3 build: create streamlit_toolkit module 2 years ago
sean1832 7506ef7bba fix: language session state initiate earlier than page_config 2 years ago
sean1832 c84e6b8eea fix: language session state initiate earlier than page_config 2 years ago
sean1832 0359e60d7f refactor: create project wise constants 2 years ago
sean1832 7979a0f4b8 refactor: split and rename module. Created GPT module 2 years ago
sean1832 b3be11e821 refactor: convert modules into python modules 2 years ago
sean1832 0c922b3158 refactor: rename model_param.py 2 years ago
sean1832 6bf0e1b2ac chore: add capital for version and author 2 years ago
sean1832 7e59af08e3 fix: not able to find prompt directory for English 2 years ago
sean1832 9b20932325 chore: remove debug code 2 years ago
sean1832 3972688da6 trans: add translation 2 years ago
sean1832 80adf73c48 chore: remove warning for not support language other than english banner 2 years ago
sean1832 f3f658b9fe BREAKING CHANGE: add support for multilingual search 2 years ago
sean1832 a36766ff25 doc: add warning message 2 years ago
sean1832 9e91b7dcd7 fix: missing translation 2 years ago
sean1832 469c47b9a4 BREAKING CHANGE: add support for Chinese(Simplified) 2 years ago
sean1832 1849759eba build: import language module 2 years ago
sean1832 2bab34f4c4 chore: display version info on side panel 2 years ago
sean1832 0ed1ca41fd chore: remove unused library 2 years ago
sean1832 cd6f0939ea feat: add auto save model when send 2 years ago
sean1832 083ea51128 feat: add auto save operation when send 2 years ago
sean1832 71ef16ac77 feat: add auto save parameter when send 2 years ago
sean1832 b14adaf4ad feat: add advanced option drop panel 2 years ago
sean1832 14b2d4bc0c chore: remove unused toggle 2 years ago
sean1832 3624b6f603 change output color 2 years ago
sean1832 2430b9e2d4 add advanced mode toggle button 2 years ago
sean1832 8c1af5b538 reformat script 2 years ago
sean1832 e093b1ffe3 feat: Customizable operation output type
Added function to dynamically change operation output based on prompt directory files. Improves program flexibility and control.
2 years ago
sean1832 c9ada48782 Implement log file limit: add max limit on number of log files allowed, delete oldest if exceeding limit 2 years ago
sean1832 73cc9caaf6 move webui script out, change question to textarea 2 years ago