Skip to content

Commit

Permalink
Emphasize that goat should reply to newest message.
Browse files Browse the repository at this point in the history
  • Loading branch information
markey committed Jan 25, 2024
1 parent 8d75761 commit 8b574da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_selections_prompt(self, selections):
def get_prompt(self, channel, selections):
history_prompt = self.history.get_formatted_history(channel)
selections_prompt = self.get_selections_prompt(selections)
return "{}\nHere is the current conversation:\n\n{}<{}>:".format(
return "{}\nHere is the current conversation (you should reply to the newest message at the bottom):\n\n{}<{}>:".format(
selections_prompt, history_prompt, self.config.bot_name
)

Expand Down

0 comments on commit 8b574da

Please sign in to comment.