private-gpt
private-gpt copied to clipboard
Refactor configuration loading and usage
- Add a new
config.pyfile to centralize the loading of configuration variables - Remove the
constants.pyfile and update references to use the newconfig.pyfile. - Update
ingest.py,privateGPT.pyto use the new configuration loading mechanism.