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...
Reverted model to davinci
Fixed gpt-4 and gpt-3.5-turbo
Added "minecraft gpt.receive" permission to still receive messages from users using minecraftgpt
Use last endpoint
Bug fixes and other minor improvements
Compatible with lastest model. API Updated!