w3c / voiceinteraction

publications of the W3C Voice Interaction Community Group
https://www.w3.org/community/voiceinteraction/
Other
15 stars 5 forks source link

Remove disabling of SSL verification #46

Open schnelle opened 5 months ago

schnelle commented 5 months ago

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 https://github.com/w3c/voiceinteraction/blob/4d203de6ccc9c4088c16bca5b6586f29defccfaa/source/w3cipa/sources/w3c/voiceinteraction/ipa/external/ipa/chatgpt/ChatGPTAdapter.cpp#L124-L126