Skip to content

Commit

Permalink
Update default model for sample client to llama3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Kielhofner committed Jul 5, 2024
1 parent cb0e8a1 commit df8c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/openai_chatcompletion_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"-m",
"--model",
type=str,
default="Mistral-7B-Instruct-v0.2",
default="Meta-Llama-3-8B-Instruct",
required=False,
help="Model name",
)
Expand Down

0 comments on commit df8c361

Please sign in to comment.