mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
skip blocked test
This commit is contained in:
parent
56dc5f82f6
commit
bfd68404d4
2 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,10 @@ def main():
|
||||||
if "-func" in edit_format and "-03" in model:
|
if "-func" in edit_format and "-03" in model:
|
||||||
continue
|
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}"
|
dirname = f"rungrid-{model}-{edit_format}"
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
|
|
|
@ -9,7 +9,7 @@ You can use aider to ask GPT to add features, write tests or make other changes
|
||||||
improvements to your code.
|
improvements to your code.
|
||||||
|
|
||||||
Having a reliable way for GPT to edit
|
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
|
Making code editing more reliable often
|
||||||
involves changing and experimenting with
|
involves changing and experimenting with
|
||||||
the "edit format" that aider uses.
|
the "edit format" that aider uses.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue