Skip to content

Commit

Permalink
update system message
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Dec 21, 2024
1 parent 05eee5d commit 85fd477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func viperConfig() {
}

ponderMessages = []goai.Message{{
Role: "system",
Role: "developer",
Content: viper.GetString("openAI_chat_systemMessage"),
}}

Expand Down
2 changes: 1 addition & 1 deletion files/config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
printify_endpoint: "https://api.printify.com/v1"

0 comments on commit 85fd477

Please sign in to comment.