Skip to content

Commit

Permalink
changing the tip
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayDoesAI authored Sep 2, 2023
1 parent 93c279f commit 35655d8
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 @@ -160,7 +160,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()}`\n\n**Tips:**\n To run locally, use `interpreter --local`\n To run it with GPT-3.5, use `interpreter --fast`"
welcome_message += f"\n> Model set to `{self.model.upper()}`\n\n**Tips:**\n To run locally, use `interpreter --local`\n To run it with GPT-3.5 (Faster), use `interpreter --fast`"

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

0 comments on commit 35655d8

Please sign in to comment.