You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated `FindLog4cplus.cmake` to include additional search paths.
Modified `CMakeLists.txt` to include new ChatGPT headers and copy
`ChatGPTIPAProvider.json` to the config directory. Added new JSON
config file `ChatGPTIPAProvider.json` for ChatGPT API settings.
Added `ChatGPTConfiguration.h` for parsing JSON config. Updated
`ChatGPTIPAProvider` class to load config values and use them in
`processInput`. Updated `IPAProvider` to include a pure virtual
`initialize` method. Modified `ProviderRegistry` to call `initialize`
on IPA providers when added to the registry.
Updated instructions to place the OpenAI developer key in `ChatGPTIPAProvider.json` instead of hard-coding it in `chatgptadapter.cpp`. Added a cautionary note to avoid committing the key to the repository.
Currently, the OpenAI developer key is hardcoded. This should be replaced by a configuration mechanism
The text was updated successfully, but these errors were encountered: