-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config file handling and improve error logging
Updated CMakeLists.txt to configure and install ChatGPTIPAProvider.json. Reorganized and cleaned up installation commands. Removed unnecessary PROJECT_CONFIG_DIR commands. Enhanced ChatGPTIPAProvider.cpp to use std::filesystem::path for config file path construction and improved error handling with std::error_code. Parsed config file using nlohmann::json for provider settings initialization.
- Loading branch information
Showing
3 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters