ChatGPT-Excel-Functions
ChatGPT-Excel-Functions copied to clipboard
Excel Functions allowing you to use ChatGTP within Excel through the ChatGTP API.
…sponse The API format response of OpenAI has evolved and isn't parse correctly with the old version of the VBA code. I updated the search of the start and end...
If the output contains foreign characters like è then it is replaced by Ã.
 I followed the instructions. But this happen?
## Problem Users who follow the installation instructions but don't replace the default API key placeholder (`sk-YOUR-CHATGPT-KEY-HERE`) with their actual OpenAI API key receive a cryptic `#VALUE!` error in Excel...
## Problem Foreign characters like "è" were being displayed as "Ã" in ChatGPT API responses. This occurred because the VBA code was using `responseText` which doesn't properly handle UTF-8 encoding...