• AIPressRoom
  • Posts
  • Using OpenAI GPT3 API from Unity with Webrequest (Code available in Github) (2/x)

Using OpenAI GPT3 API from Unity with Webrequest (Code available in Github) (2/x)

First tried to fix the previous Openai DLL version, but then converted into pure webrequest version..Repository: https://github.com/unitycoder/UnityOpenAIGPT3No external DLL’s needed, like in previous video: https://www.youtube.com/watch?v=Suabq44rhzYNote: If you get 429 errors, go try in openai playground, if you have already used all free credits: https://beta.openai.com/playgroundWebsite: https://unitycoder.com/blog/2023/01/10/using-openai-api-with-webrequest-from-unity/

0:00 Try to fix old DLL api version45:44 Create new WebRequest version