This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Releases: lucoiso/UEHttpGPT
Releases · lucoiso/UEHttpGPT
v1.5.9
v1.5.8
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
Changes
- Add initial support for function calling API
- Add custom endpoint to try support for Azure OpenAI
- Fix Editor Chat not opening due to inexistent directory
Function Calling
References:
HttpGPT v1.5.6
New Feature: Multiple Sessions in Editor Tool
Notes
- Double click session option to rename.
- Select item and press DEL to delete session.
- A new session will be created after you rename the 'New Session'.
- Created new issue to start working in the next feature: Feature: Function Calling · Issue #83 · lucoiso/UEHttpGPT (github.com)
HttpGPT v1.5.5
HttpGPT v1.5.4
HttpGPT v1.5.3
HttpGPT v1.5.2
- 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
Changes
- Hotfix: Add .ToLower() to role str parameter to avoid fails in shipping builds
HttpGPT v1.5.0
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