updated llama3

This commit is contained in:
Paul Gauthier 2024-05-03 15:31:20 -07:00
parent b5bb453378
commit 471d637694
4 changed files with 8 additions and 11 deletions

View file

@ -233,6 +233,7 @@ class Model:
self.edit_format = "diff"
self.use_repo_map = True
self.send_undo_reply = True
self.examples_as_sys_msg = True
return # <--
if "gpt-4-turbo" in model or ("gpt-4-" in model and "-preview" in model):