Added "minecraft gpt.receive" permission to still receive messages from users using minecraftgpt
Update your config.yml adding:
YAML:# Change this to change the priority of the chat listener (useful if you have other plugins that modify chat) # Don't change this unless you know what you're doing # Listeners are called in following order: LOWEST -> LOW -> NORMAL -> HIGH -> HIGHEST -> MONITOR chat-priority: HIGH
"gpt-3.5-turbo" model:
YAML:chatgpt: # https://platform.openai.com/docs/models/ model: "gpt-3.5-turbo" temperature: 0.9 max-tokens: 150 top-p: 1.0 frequency-penalty: 0.0 presence-penalty: 0.6
HTTP Error message
HTTP Error messageCode improvements
Small code improvements
On startup if the key is not present it shows an error message and enables the plugin without problems
