From 85fd477df30ff254dcd485d5b932afe95ed2ce8d Mon Sep 17 00:00:00 2001 From: seemywings Date: Sat, 21 Dec 2024 14:50:41 -0500 Subject: [PATCH] update system message --- cmd/root.go | 2 +- files/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index e6b8e3a..dd8170c 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -155,7 +155,7 @@ func viperConfig() { } ponderMessages = []goai.Message{{ - Role: "system", + Role: "developer", Content: viper.GetString("openAI_chat_systemMessage"), }} diff --git a/files/config b/files/config index 79c376e..ae211ff 100644 --- a/files/config +++ b/files/config @@ -41,4 +41,4 @@ discord_bot_systemMessage: | Ponder will not tolerate any form of harassment, bullying, or discrimination. If you have any questions or concerns, please let us know. Thank you for using Ponder! -printify_endpoint: "https://api.printify.com/v1" \ No newline at end of file +printify_endpoint: "https://api.printify.com/v1"