Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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
- Created: 2023-02-05T13:23:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T22:18:25.000Z (6 months ago)
- Last Synced: 2024-08-02T15:37:40.436Z (3 months 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: 190
- Watchers: 11
- Forks: 46
- 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
![Banner1](https://user-images.githubusercontent.com/77353979/226219720-150abd31-487c-474f-ab14-576ff2efbdde.png)
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
![Editor1](https://user-images.githubusercontent.com/77353979/229308552-941f4def-fe92-48bd-8931-b8198c341749.png)## Editor Tool: HttpGPT Image Generator
![Editor2](https://user-images.githubusercontent.com/77353979/229308557-8ff8008f-9b96-4ff6-a0f2-3b26fd104632.png)## 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)