Skip to content

Commit

Permalink
advance prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Mar 3, 2024
1 parent 506ce0d commit bc10cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/george/ollama.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ func (o *Ollama) AnalyzeUser(query string, channel string, username string, mont
log.Fatal(err)
}

fullQuery := "You will receive chat logs from twitch.tv, NOT Discord. These messages are in the channel of \"" + channel + "\".\n"
fullQuery := "You will receive chat logs from twitch.tv, NOT Discord.\n"
fullQuery += "The logs are from the channel: \"" + channel + "\".\n"
if username != "" {
fullQuery += "You are analyzing the user: \"" + username + "\".\n"
}
Expand Down

0 comments on commit bc10cfe

Please sign in to comment.