Skip to content

Commit

Permalink
Improved Messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Aug 24, 2023
1 parent 86eb4bf commit a6b1c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def chat(self, message=None, return_messages=False):
# If self.local, we actually don't use self.model
# (self.auto_run is like advanced usage, we display no messages)
if not self.local and not self.auto_run:
welcome_message += f"\n> Model set to `{self.model.upper()}`."
welcome_message += f"\n> Model set to `{self.model.upper()}`"

if self.local:
welcome_message += f"\n> Model set to `Llama-2`"
Expand Down

0 comments on commit a6b1c06

Please sign in to comment.