SurPathHub / Dayong

Discord Bot for SurPath Hub's server
https://sph-docs.netlify.app/docs/Dayong
MIT License
6 stars 4 forks source link

Consolidate configs, templates, and anything related #5

Closed huenique closed 3 years ago

huenique commented 3 years ago

Specifically, compile everything that needs to be edited by the user into a single file. For example, we have config.json and embeddings.json. It'd be nice to have just one configurable JSON file.

Editing configuration files can become quite frustrating and tedious, especially if you have to move from one file to another. The solution is to try and keep everything necessary for the user at the root directory, e.g., move the contents of embeddings.json into config.json.