https://github.com/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://github.com/lucoiso/UEHttpGPT
ue5 ue5-plugin unreal-engine-5
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lucoiso/UEHttpGPT
- Owner: lucoiso
- License: mit
- Archived: true
- Created: 2023-02-05T13:23:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T22:18:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T16:45:57.660Z (over 1 year ago)
- Topics: ue5, ue5-plugin, unreal-engine-5
- Language: C++
- Homepage: https://forums.unrealengine.com/t/free-httpgpt-integrate-chatgpt-in-the-engine-via-asynchronous-tasks-rest/765168?u=lucoiso
- Size: 198 KB
- Stars: 202
- Watchers: 11
- Forks: 50
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - lucoiso/UEHttpGPT - E),使开发人员可以轻松地与这些服务进行通信。 (游戏 / 网络服务_其他)
README
# Unreal Engine Plugin: HttpGPT

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.
HttpGPT also includes Editor Tools to integrate Chat GPT and DALL-E image generation directly in the Engine.
## Editor Tool: HttpGPT Chat

## Editor Tool: HttpGPT Image Generator

## Links
* [Documentation](https://github.com/lucoiso/UEHttpGPT/wiki)
* [Unreal Engine Marketplace](https://www.unrealengine.com/marketplace/en-US/product/433c180835184aeca0172680a69497ee)
* [Unreal Engine Forum](https://forums.unrealengine.com/t/free-httpgpt-gpt-integration-chatgpt-and-dall-e/765168?u=lucoiso)
* [OpenAI Documentation](https://platform.openai.com/docs/introduction)
* [Example Project: SpeechGPT](https://github.com/lucoiso/UESpeechGPT)