mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
Add default value for skip_model_availabily_check
This commit is contained in:
parent
45298f8af6
commit
2f835e9c46
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Coder:
|
||||||
main_model,
|
main_model,
|
||||||
edit_format,
|
edit_format,
|
||||||
io,
|
io,
|
||||||
skip_model_availabily_check,
|
skip_model_availabily_check=False,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
from . import EditBlockCoder, WholeFileCoder
|
from . import EditBlockCoder, WholeFileCoder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue