Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '0')
at getText (useChatGPT.ts:55:51)
at async generateContent (ModalControlsText.tsx:84:21)
Further investigation gives following error
Incorrect API key provided: sk-proj-***********************************. You can find your API key at
Error handling should be added to counter such situations
Currently only following is written to console
Further investigation gives following error
Incorrect API key provided: sk-proj-***********************************. You can find your API key at
Error handling should be added to counter such situations