I’m trying to use chatgpt with intuiface, and I’m using explorer API.
Inside the API Explorer everything works normally, but when I try to use it inside composer, clicking a button in the composer logs always returns 404.
I cannot understand why. Inside the API explorer it works and inside the app, it doesn’t work.
Any idea?
Errors:
01/05/2023 13:43:39-04:00 : 22144 : Error : Error calling web service ‘POST https://api.openai.com/v1/chat/completions’ - inner exception level 1
01/05/2023 13:43:39-04:00 : 22144 : Error : O servidor remoto retornou um erro: (400) Solicitação Incorreta. in ‘Google.Apis’: em Google.Apis.Requests.Request.AsyncRequestResult.GetResponse()
em IntuiLab.Assets.ExternalAssets.Protocols.RestV2.IFWExternalAssetRestResourceWrapper.<>c__DisplayClass26_0.b__0(IAsyncRequestResult asyncRequestResult)
01/05/2023 13:43:39-04:00 : 22144 : Error : Error calling web service ‘POST https://api.openai.com/v1/chat/completions’ - inner exception level 2
01/05/2023 13:43:39-04:00 : 22144 : Error : O servidor remoto retornou um erro: (400) Solicitação Incorreta. in ‘System’: em System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
em Google.Apis.Requests.Request.InternalEndExecuteRequest(IAsyncResult asyncResult)
Grateful!