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
If I use version 1.11 I get the error:
Assets\ThirdParty\OkGoDoIt\OpenAI_API\OpenAIAPI.cs(38,10): error CS0246: The type or namespace name 'IHttpClientFactory' could not be found (are you missing a using directive or an assembly reference?)
HttpRequestException: Error at chat/completions (https://api.openai.com/v1/chat/completions) with HTTP status code: BadRequest. Content:
<title>400 Bad Request</title>400 Bad Request
cloudflare My Code is from https://www.immersivelimit.com/tutorials/how-to-use-chatgpt-in-unity, and I'm using Version 1.6. How to fix?
The text was updated successfully, but these errors were encountered: