You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: HttpGPT.uplugin
+34-8Lines changed: 34 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
{
2
2
"FileVersion": 3,
3
-
"Version": 12,
4
-
"VersionName": "1.4.7",
5
-
"FriendlyName": "HttpGPT - ChatGPT integrated in the Engine",
6
-
"Description": "HttpGPT is an Unreal Engine plugin that facilitates integration with Chat GPT through asynchronous REST requests, making it easy for developers to communicate with the chatbot. HttpGPT also includes a new Editor Tool to integrate Chat GPT directly in the Engine.",
7
-
"Category": "Messaging",
3
+
"Version": 13,
4
+
"VersionName": "1.5.0",
5
+
"FriendlyName": "HttpGPT - GPT Integration",
6
+
"Description": "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 the chatbot. HttpGPT also includes Editor Tools to integrate Chat GPT and DALL-E image generation directly in the Engine.",
HttpGPT is an Unreal Engine plugin that facilitates integration with Chat GPT through asynchronous REST requests, making it easy for developers to communicate with the chatbot.
5
+
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 the chatbot.
6
6
7
-
## Editor Tool
8
-
HttpGPT also includes a new Editor Tool to integrate Chat GPT directly in the Engine:
7
+
HttpGPT also includes Editor Tools to integrate Chat GPT and DALL-E image generation directly in the Engine.
0 commit comments