Skip to content

Commit

Permalink
Fix typo in Convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
enzowritescode committed Jul 24, 2024
1 parent 0985578 commit 7d53cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ai/prompts.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const PromptExtension = "tmpl"
const SystemSubTemplateName = ".system"
const UserSubTemplateName = ".user"

// Conviance vars for the filenames in ai/prompts/
// Convenience vars for the filenames in ai/prompts/
const (
PromptSummarizeThread = "summarize_thread"
PromptDirectMessageQuestion = "direct_message_question"
Expand Down

0 comments on commit 7d53cf5

Please sign in to comment.