This repository was archived by the owner on Oct 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 55
1. Setup
Lucas Vilas-Bôas edited this page Apr 18, 2023
·
4 revisions
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.
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:
- Chat: https://platform.openai.com/docs/api-reference/chat/create
- Image: https://platform.openai.com/docs/api-reference/images/create
The options in the settings page will be used as default options of the tasks.
Looking for the other pages of this documentation?
Check the upper right section of this wiki and expand this item: