Commit Graph

24 Commits (d6a0c9826157252a4b9ef1b69b9771d453b02d37)

Author SHA1 Message Date
sean1832 945ef71c80 fix: trying to access __pycache__ when update language base 2 years ago
sean1832 11f28c799e build: moving local function to streamlit tools or utilities 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 7e59af08e3 fix: not able to find prompt directory for English 2 years ago
sean1832 f3f658b9fe BREAKING CHANGE: add support for multilingual search 2 years ago
sean1832 ee53478aa2 feat: add option to include extension 2 years ago
sean1832 3a1be4367e feat: add support for 'UTF-8' for read json 2 years ago
sean1832 0fc126732c feat: create languages.json for globally accessible supported language info 2 years ago
sean1832 0558b1482f fix: not able to separate language selector with set_language function 2 years ago
sean1832 4668378fc6 build: create language module for multilingual support 2 years ago
sean1832 cca20c3f99 refactor: rename read json file to read json 2 years ago
sean1832 029dcdf6fe feat: add create json if not exist to read json function 2 years ago
sean1832 d5f52336b2 feat: additional filter logic
CONTAINS,
NOT CONTAINS,
MORE THAN,
LESS THAN,
MORE THAN OR EQUAL,
LESS THAN OR EQUAL
2 years ago
sean1832 98d61528a0 build: add get_index function 2 years ago
sean1832 2286c32cba BREAKING CHANGE: delete unused module "prompt_data" 2 years ago
sean1832 fe7a2d839b feat: ability to add/delete prompt file 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