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

1. Setup

Lucas Vilas-Bôas edited this page Apr 18, 2023 · 4 revisions

Getting the OpenAI API Key

image

As this plugin is using OpenAI models to provide the chat & completion capabilities, you'll need to create an OpenAI account and create a secret key.
Steps:

  • Access: https://platform.openai.com/
  • Create your account | Login
  • Go to API keys page (Click in Personal, beside your photo, and select the option: View API keys)
  • Create a new secret key and copy it to use in the plugin.

Settings

Settings

With your OpenAI account configured, now it's time to bring your data to Unreal!
Steps:

  • With your Unreal Editor opened, open the Project Settings tab
  • Go to Plugins -> HttpGPT -> Common Options
  • In API Key, paste the secret key you generated in OpenAI API keys page

Informations about the other options can be checked here:

The options in the settings page will be used as default options of the tasks.

Clone this wiki locally