toshiakit / MatGPT

MATLAB app to access ChatGPT API from OpenAI
MIT License
190 stars 26 forks source link

AuthInfo is an encoded token #7

Closed enaami closed 1 year ago

enaami commented 1 year ago

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"

toshiakit commented 1 year ago

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.

enaami commented 1 year ago

Thank you.

On Fri, Apr 14, 2023 at 11:11 AM Toshiaki Takeuchi @.***> wrote:

Closed #7 https://github.com/toshiakit/MatGPT/issues/7 as completed.

— Reply to this email directly, view it on GitHub https://github.com/toshiakit/MatGPT/issues/7#event-9008888608, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANIPJAA576KTJ6L67I27G63XBFSKXANCNFSM6AAAAAAW6AXANI . You are receiving this because you authored the thread.Message ID: @.***>

-- BR Hatem Enaami