Skip to content

Commit

Permalink
HttpGPT v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso committed Aug 13, 2023
2 parents 2deba88 + 98ee8d7 commit d408027
Show file tree
Hide file tree
Showing 34 changed files with 1,990 additions and 1,939 deletions.
4 changes: 2 additions & 2 deletions HttpGPT.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 15,
"VersionName": "1.5.2",
"Version": 16,
"VersionName": "1.5.3",
"FriendlyName": "HttpGPT - GPT Integration",
"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.",
"Category": "Game Features",
Expand Down
2 changes: 1 addition & 1 deletion Source/HttpGPTChatModule/HttpGPTChatModule.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public HttpGPTChatModule(ReadOnlyTargetRules Target) : base(Target)
PrivateDependencyModuleNames.Add("UnrealEd");
}
}
}
}
2 changes: 1 addition & 1 deletion Source/HttpGPTChatModule/Private/HttpGPTChatModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ void FHttpGPTChatModule::ShutdownModule()
}

#undef LOCTEXT_NAMESPACE

IMPLEMENT_MODULE(FHttpGPTChatModule, HttpGPTChatModule)
Loading

0 comments on commit d408027

Please sign in to comment.