skip blocked test

This commit is contained in:
Paul Gauthier 2023-07-01 08:19:04 -07:00
parent 56dc5f82f6
commit bfd68404d4
2 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,10 @@ def main():
if "-func" in edit_format and "-03" in model:
continue
if (model, edit_format) == ("gpt-3.5-turbo-16k-0613", "whole-func"):
# sublist reliably hangs the API?
continue
dirname = f"rungrid-{model}-{edit_format}"
cmd = [

View file

@ -9,7 +9,7 @@ You can use aider to ask GPT to add features, write tests or make other changes
improvements to your code.
Having a reliable way for GPT to edit
local source code files is a critical to providing this functionality.
local source code files is critical to providing this functionality.
Making code editing more reliable often
involves changing and experimenting with
the "edit format" that aider uses.