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 cf77550 commit 86eb4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/llama_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def get_llama_2_instance():

# First, we ask them which model they want to use.
print('', Markdown("Please select a `Llama-2` model."), '')
print('', Markdown("Please select a `Llama-2` model (use arrow keys)."), '')

models_7b = [
# Smallest/Fastest
Expand Down

0 comments on commit 86eb4bf

Please sign in to comment.