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

Опубликовано: 13 Октябрь 2024
на канале: UnityCoder
998
10

First tried to fix the previous Openai DLL version, but then converted into pure webrequest version..
Repository: https://github.com/unitycoder/UnityOp...
No external DLL's needed, like in previous video:    • Using OPEN AI GPT-3 API in Unity (1/x)  
Note: If you get 429 errors, go try in openai playground, if you have already used all free credits: https://beta.openai.com/playground
Website: https://unitycoder.com/blog/2023/01/1...

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