Closed JiaZhang42 closed 2 months ago
Thank you @JiaZhang42 . We will take a look into this
Looks like you found a bug. You most likely want AZURE_OPENAI_USE_TOKEN=FALSE
. Most Azure OpenAI services will not need it. Thanks for creating the issue!
Thank you, James! I will try AZURE_OPENAI_USE_TOKEN=FALSE
.
@JiaZhang42, were you able to get it to work with that variable change?
@JamesHWade Unfortunately no. I got Error code 500 - Internal Server Error though I tried at different times.
Hi Team,
I encountered the error
Not a GUID
when I tried to send messages through "Addins-GPTSTUDIO-Chat" using Azure OpenAI.Before this error, the error said
if (use_token) {
is not a logical input. I tried to look at the source code, and it seems gptstudio is expecting "AZURE_OPENAI_USE_TOKEN" from.Renviron
, so I added "AZURE_OPENAI_USE_TOKEN = TRUE" in the.Renviron
. Now the error becomesNot a GUID
.I tried to understand this. It seems it's expecting a client ID while retrieving the Azure token. But this is not set up and I don't know what it should be. I'd be grateful if you could help. Thanks!
Best, Jia