VectorDB-Plugin-for-LM-Studio icon indicating copy to clipboard operation
VectorDB-Plugin-for-LM-Studio copied to clipboard

refactor tooltips, messages, etc. in constants.py

Open BBC-Esq opened this issue 2 months ago • 0 comments

Put all tooltips, messages in window boxes, etc. in one or more dictionaries within constants.py instead of defining each one as they currently are. This will allow importing a single thing in each scripts that needs one of these messages/tooltips or what not instead of having the specifically import each variable in each specific script, thus both shortening and simplifying multiple scripts and making it easier to add additional tooltips/messages in the future.

BBC-Esq avatar Apr 27 '24 13:04 BBC-Esq