Connecting the OpenAI API
Connecting the OpenAI API with the plugin allows you to infuse the chat functionality with powerful AI capabilities. Follow the step-by-step guide below to set up the integration:
Obtain OpenAI API Key
# Plugin's prefix.
prefix: '&8[&6GPTAssistant&8]&7 '
# The desired language for the plugin, matching the name of the file within the "lang" directory.
lang: english
# Your unique OpenAI API key. Obtain it from https://beta.openai.com/account/api-keys
api-key: "YOUR_API_KEY_HERE"
# For developers: unless you're aware of its implications, keep it deactivated.
# Activating might affect plugin's performance due to increased debug information relayed to the console.
debug: falseLast updated