lucoiso / UEHttpGPT

HttpGPT is an Unreal Engine plugin that facilitates integration with OpenAI's GPT based services (ChatGPT and DALL-E) through asynchronous REST requests, making it easy for developers to communicate with these services.
https://forums.unrealengine.com/t/free-httpgpt-integrate-chatgpt-in-the-engine-via-asynchronous-tasks-rest/765168?u=lucoiso
MIT License
199 stars 49 forks source link

HttpGPT v1.5.7 #86

Closed lucoiso closed 1 year ago

lucoiso commented 1 year ago

Changes

  1. Add initial support for function calling API
  2. Add custom endpoint to try support for Azure OpenAI
  3. Fix Editor Chat not opening due to inexistent directory

Function Calling

References: