A Minecraft chat bot which uses the ChatGPT artificial intelligence to answer questions.
You can change the prefix and the chat message style of the bot simply with it's config:
# Config for the ChatGPT Bot by Nikolas Rummel aka CubePixels
# See more at https://nikolas-rummel.de
# Discord: CubePixels#3623
# The name you have to write in the chat.
botName: "chatgpt"
# The prefix of the messages the bot sends.
prefix: "§3§lChatGPT§8:"
# The color of the messages the bot sends.
messageColor: "§7§o"
# An API key of your open.ai account
# To create one, follow these steps:
#
# 1. Go to https://openai.com/api/
# 2. Sign up and log in
# 3. In the top right corner, click on "Personal", than on "View API keys" (https://beta.openai.com/account/api-keys)
# 4. Click on the button "Create new secret key" and copy it
# 5. Paste the key below
apiKey: "your-api-key"
PLEASE MAKE SURE TO ADD YOUR API-KEY!