BBC-Esq / VectorDB-Plugin-for-LM-Studio

Plugin that lets you use LM Studio to ask questions about your documents including audio and video files.
https://www.youtube.com/@AI_For_Lawyers
273 stars 36 forks source link

put all tooltips, messages, etc. in constants.py #164

Closed BBC-Esq closed 2 months ago

BBC-Esq commented 5 months ago

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.