Skip to content

An official Unreal Engine package that allows you to use the KoalaGPT API directly in the Unreal Engine.

License

Notifications You must be signed in to change notification settings

CyberKoalaStudios/KoalaGPTAPI-UE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Channel Views Discord

KoalaGPT API Plugin

The official KoalaGPTApi Plugin gives you access to the KoalaGPT API in Unreal Engine. It is compatible with 4.26, 4.27, 5.0, 5.1, 5.2, 5.3

Imgur

Installation

The recommended way to install the plugin is to use pre-built binaries.

  • Download the Plugin here
  • Create a Plugins folder under your project folder
  • Copy the plugin to it, so you have YourProject/Plugins/KoalaGPTAPI

Quick Start

See Video:

Types of Authentication

There are two ways to set the Api Key

  • Assign the Api key directly in blueprints.

  • Set the Api Key as an environment variable

Imgur1

ADVICE: Pay attention to security and encrypt your assets before packaging.

Imgur2

ADVICE: Create the environment variable KOALAGPT_API_KEY and use your Api key as the value. How to set enviroment variables for Windows

Blueprint Nodes

KoalaGPT Call Chat

  • This async node sends an HTTP request using your ChatSettings.

Imgur3

NOTE: Async nodes can only be called from a blueprint's Event Graph.

Make Chat Settings

  • This node allows you to set the Messages.

Imgur4

Break Chat Completion Simple

  • This node is used to access the values included in a completion or choice

Imgur5

Usage

This example show you how to use KoalaGPI 's chat endpoint in blueprints.

Imgur6

Get This Blueprint

References

Supported Platforms

Windows, Mac, Android