Skip to content

Commit

Permalink
Back to 4oMini
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy committed Feb 7, 2025
1 parent 8d5b86c commit 2f77502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/annie/annie.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func Handle(params bot.HandlerParams) error {
systemPrompt := "You are annie, a friend hanging out in an irc channel. You have been asked a question, read the question, and think about it in the context of all you have read in this channel. Respond with single sentences, in lower case, with minimal punctuation. Do not refer to yourself in the third person. Ignore everything you know except for what you have read in the following chat history: "
systemPrompt += strings.Join(lines, "\n")

response, err := ai.Complete(ctx, openai.O3Mini, systemPrompt, msg)
response, err := ai.Complete(ctx, openai.GPT4oMini, systemPrompt, msg)
if err != nil {
return err
}
Expand Down

0 comments on commit 2f77502

Please sign in to comment.