This commit is contained in:
Paul Gauthier 2023-06-23 14:36:45 -07:00
parent 1b41bbd0d9
commit d9b356de99
2 changed files with 52 additions and 15 deletions

View file

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