switch 3.5 models to use whole-func edit-format by default

This commit is contained in:
Paul Gauthier 2023-06-22 11:47:18 -07:00
parent b5a92896ab
commit 16a89fb5ab

View file

@ -36,7 +36,7 @@ class Model:
return
if self.is_gpt35():
self.edit_format = "whole"
self.edit_format = "whole-func"
self.always_available = True
return