Skip to content

Releases: lucoiso/UEHttpGPT

v1.5.9

24 May 22:18
Compare
Choose a tag to compare
UE5.4.1

v1.5.8

15 Mar 12:31
Compare
Choose a tag to compare

What's Changed

  • Slate adjustments + Custom System Input in Editor Tool by @lucoiso in #73
  • Support for multiple chat sessions in Editor Tool by @lucoiso in #80
  • Change WhitelistPlatforms to PlatformAllowList by @lucoiso in #81
  • First steps w/ function calling + Custom Endpoint + Fix editor chat first initialization by @lucoiso in #85
  • UE5.3 by @lucoiso in #90

Full Changelog: v1.5.3...v1.5.8

HttpGPT v1.5.7

28 Aug 20:42
00e3c67
Compare
Choose a tag to compare

Changes

  1. Add initial support for function calling API
  2. Add custom endpoint to try support for Azure OpenAI
  3. Fix Editor Chat not opening due to inexistent directory

Function Calling

References:

HttpGPT v1.5.6

19 Aug 16:29
dbe5b06
Compare
Choose a tag to compare

New Feature: Multiple Sessions in Editor Tool

image


Notes

HttpGPT v1.5.5

15 Aug 20:08
334ec35
Compare
Choose a tag to compare

Changes

  1. Slate Adjustments: Editor Tools
  2. Support for system context input in Editor Chat

image

HttpGPT v1.5.4

14 Aug 18:36
45947b4
Compare
Choose a tag to compare

HttpGPT v1.5.3

13 Aug 13:19
d408027
Compare
Choose a tag to compare

HttpGPT v1.5.2

14 Apr 14:11
a8257be
Compare
Choose a tag to compare
  • Pull Request: #55

Changes

  • Fix Logit Bias: This param was always empty. CreateConstIterator wasn't working well with the map property.
  • Better Logging: Failures due to empty parameters will tell which param is causing the error. (API Key, Messages or Prompt)
  • Add plugin description to HttpGPT Chat system context
  • Print the request content as Json string in the internal logs to improve debugging

HttpGPT v1.5.1

10 Apr 17:04
69cf1ad
Compare
Choose a tag to compare

Changes

  • Hotfix: Add .ToLower() to role str parameter to avoid fails in shipping builds

HttpGPT v1.5.0

01 Apr 18:52
1bf0f99
Compare
Choose a tag to compare

Changes

  • Separated modules for each type of interaction (Chat | Common | Editor | Image Gen)
  • New functions: Request Image with Default Options & Request Image with Custom Options
  • New Settings & Settings Categories: Now the settings contains different structures for each type of task
  • Custom system context for Editor Chat
  • New Editor Tool: Image Generator

Screenshots

New Editor Tool: Image Generator based on OpenAI' DALL-E

Editor2

Functions

Functions

Settings

Settings

Post Commits

  1. beeff08
  2. 4fe6480