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
The current code to ChatGPT uses a secure connection. However, SSL verification has been disabled in CURL for now. This should not be the case in the final code.
- Updated .gitignore to include cacert.pem in the source directory.
- Added instructions in SOURCE.md to download cacert.pem.
- Modified CMakeLists.txt to copy cacert.pem to the config directory.
- Updated ChatGPTIPAProvider.json to include a new model field.
- Added model field to ChatGPTConfiguration struct and parsing logic.
- Added model field to ChatGPTIPAProvider class.
- Updated ChatGPTIPAProvider::initialize to read model from config.
- Modified ChatGPTIPAProvider::processInput to use model from config.
- Enabled SSL verification in processInput using cacert.pem.
Automated the download of `cacert.pem` in `CMakeLists.txt` using `file(DOWNLOAD ...)`, removing manual instructions from `SOURCE.md`. Cleaned up `CMakeLists.txt` by removing outdated comments and license information. Updated `configure_file` and `install` commands to use and include `cacert.pem`. Added `<fstream>` header in `ChatGPTIPAProvider.cpp` for file operations.
The current code to ChatGPT uses a secure connection. However, SSL verification has been disabled in CURL for now. This should not be the case in the final code.
See
voiceinteraction/source/w3cipa/sources/w3c/voiceinteraction/ipa/external/ipa/chatgpt/ChatGPTAdapter.cpp
Lines 124 to 126 in 4d203de
The text was updated successfully, but these errors were encountered: