toshiakit / MatGPT

MATLAB app to access ChatGPT API from OpenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthInfo is an encoded token

enaami opened this issue · comments

How to fix this error
"The "your" value in an AuthInfo is an encoded token that must not appear for the "Digest" scheme and must not be followed by additional parameters"

Are you copying and pasting the following as is into the command window?
setenv("OPENAI_API_KEY","your API key here")
Please replace "your API key here" with your actual API key.