Community Tutorial: "ChatGPT" / GPT-3.x Integration (OpenAI API & VaRest)

So kannst du in der Unreal Engine 5 und 4 mit der OpenAI API GPT-3, ChatGPT und Dall-E in dein Spiel einbauen und integrieren. Dafür wird die OpenAI API und VaRest genutzt. Der Prozess ist sehr leicht und man kann sehr viel damit anstellen.
ChatGPT ist aktuell noch nicht als API verfügbar, der Prozess wird dennoch der gleiche sein.

https://dev.epicgames.com/community/learning/tutorials/wdWV/unreal-engine-chatgpt-gpt-3-x-integration-openai-api-varest

2 Likes

Hello and thanks for the great plugin!

What would be the proper method to use this plugin with a curl command ? I tried various methods and could not come up with a working solution.

Trying to reproduce this :

curl -X POST -H “Content-Type: application/json”
-d ‘{
“query”: “I am going for a walk”
}’ https://xx.xx.xx.xx

Thanks !