From 804fb933159ac6e0f12bf98b34b360a377785fc1 Mon Sep 17 00:00:00 2001 From: ohAlee Date: Sat, 22 Apr 2023 15:27:45 +0200 Subject: [PATCH] Chat priority option --- src/main/resources/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c26f3dd..b3ff6be 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -20,5 +20,10 @@ chatgpt: frequency-penalty: 0.0 presence-penalty: 0.6 +# 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 + # https://beta.openai.com/account/api-keys API_KEY: "" \ No newline at end of file