Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue #54 Add filesystem check for config file in ChatGPTIPAProvider
Include <filesystem> header for file operations. Add a check in the initialize method to verify the existence of ChatGPTIPAProvider.json. Log an error and return early if the file is missing to prevent runtime errors.
- Loading branch information