mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
refactor: Change timeout handling to use float type and global request_timeout
This commit is contained in:
parent
ae6fc41ca9
commit
39855f4d2b
3 changed files with 5 additions and 4 deletions
|
@ -216,7 +216,7 @@ def get_parser(default_config_files, git_root):
|
|||
)
|
||||
group.add_argument(
|
||||
"--timeout",
|
||||
type=int,
|
||||
type=float,
|
||||
default=None,
|
||||
help="Timeout in seconds for API calls (default: None)",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue