You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be niceto be able to configure the GPT model.
Also, it would be helpful to have the error messages of the OpenAI API displayed in the logs if the status code is not 200. I had the problem that the standard model was not activated in my account, which is why the API only returned a 403 error. After printing the output of the API I could see that the error message was that the selected model is not allowed.
There are also two errors with bootstrap and ob_flush(), which I have removed.
My patch is quiet ugly for setting the GPT-model but it worked for me. Maybe you have a better idea how to do.
Hi there,
it would be niceto be able to configure the GPT model.
Also, it would be helpful to have the error messages of the OpenAI API displayed in the logs if the status code is not 200. I had the problem that the standard model was not activated in my account, which is why the API only returned a 403 error. After printing the output of the API I could see that the error message was that the selected model is not allowed.
There are also two errors with bootstrap and ob_flush(), which I have removed.
My patch is quiet ugly for setting the GPT-model but it worked for me. Maybe you have a better idea how to do.
Then you should add the GPT_MODULE option to the .env.example
Kind regards
Felix
The text was updated successfully, but these errors were encountered: