TheDoctor200 / Lunara-Project

A simple ChatGPT Bot with luxury features
GNU General Public License v3.0
3 stars 0 forks source link

suggestion to seperate the reaktionsantworten to a seperate file #1

Closed CohenINT closed 1 year ago

CohenINT commented 1 year ago

as i understand it is a dictionary for the with answers to possible questions, i would say instead of putting it part of the file that contains the logic of your program, extract it to an external json file that can be easily change without recompling the whole program.

TheDoctor200 commented 1 year ago

Thanks for the Tip, will investigate that