Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit d408027

Browse files
authored
HttpGPT v1.5.3
2 parents 2deba88 + 98ee8d7 commit d408027

34 files changed

+1990
-1939
lines changed

HttpGPT.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 15,
4-
"VersionName": "1.5.2",
3+
"Version": 16,
4+
"VersionName": "1.5.3",
55
"FriendlyName": "HttpGPT - GPT Integration",
66
"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 these services. HttpGPT also includes new Editor Tools to integrate Chat GPT and DALL-E image generation directly in the Engine.",
77
"Category": "Game Features",

Source/HttpGPTChatModule/HttpGPTChatModule.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public HttpGPTChatModule(ReadOnlyTargetRules Target) : base(Target)
3030
PrivateDependencyModuleNames.Add("UnrealEd");
3131
}
3232
}
33-
}
33+
}

Source/HttpGPTChatModule/Private/HttpGPTChatModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ void FHttpGPTChatModule::ShutdownModule()
1515
}
1616

1717
#undef LOCTEXT_NAMESPACE
18-
18+
1919
IMPLEMENT_MODULE(FHttpGPTChatModule, HttpGPTChatModule)

0 commit comments

Comments
 (0)