private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Refactor configuration loading and usage

Open Mearman opened this issue 2 years ago • 1 comments

Mearman avatar May 27 '23 13:05 Mearman

  • Add a new config.py file to centralize the loading of configuration variables
  • Remove the constants.py file and update references to use the new config.py file.
  • Update ingest.py, privateGPT.py to use the new configuration loading mechanism.

Mearman avatar May 29 '23 12:05 Mearman