paul-gauthier
|
dd1ee209ab
|
Merge pull request #2334 from Hambaobao/qwen2.5-coder-series-results
Add Evaluation Results of Qwen2.5-Coder Series.
|
2024-11-11 08:43:51 -08:00 |
|
柏枫
|
c0b1101a52
|
Add evaluation results of Qwen2.5-Coder series.
|
2024-11-11 20:18:30 +08:00 |
|
Paul Gauthier
|
52c49fc8fd
|
feat: Add option to return web scrape content instead of printing
|
2024-11-08 14:27:59 -08:00 |
|
Paul Gauthier
|
77cb64958e
|
refactor: Modify URL scraping and message handling in commands
|
2024-11-08 14:23:55 -08:00 |
|
Paul Gauthier (aider)
|
b3d13e44b2
|
refactor: Modify cmd_web to add scraped content to cur_messages as assistant reply
|
2024-11-08 14:21:59 -08:00 |
|
Paul Gauthier
|
9dd7b795ca
|
fix: Handle NotFoundError in send chat test with single print call
|
2024-11-08 14:18:23 -08:00 |
|
Paul Gauthier (aider)
|
7a8399571a
|
fix: Handle non-retryable errors by returning None in simple_send_with_retries
|
2024-11-08 10:03:49 -08:00 |
|
Paul Gauthier (aider)
|
d0e85d9c2c
|
style: Apply linter formatting to sendchat.py and test_sendchat.py
|
2024-11-08 10:02:54 -08:00 |
|
Paul Gauthier (aider)
|
14d02bc843
|
fix: Handle None response and update InvalidRequestError test
|
2024-11-08 10:02:48 -08:00 |
|
Paul Gauthier (aider)
|
b79c09cf58
|
refactor: Remove unused CACHE import from test_sendchat.py
|
2024-11-08 10:01:45 -08:00 |
|
Paul Gauthier (aider)
|
c9dfe5daff
|
style: Organize imports and format code in test_sendchat.py
|
2024-11-08 10:01:16 -08:00 |
|
Paul Gauthier (aider)
|
092e7f6b3c
|
test: Add comprehensive tests for sendchat module functionality
|
2024-11-08 10:01:11 -08:00 |
|
Paul Gauthier (aider)
|
203634314c
|
style: Format code with linter
|
2024-11-08 10:00:33 -08:00 |
|
Paul Gauthier (aider)
|
c472e6e160
|
fix: Update test_exceptions.py to provide required arguments for litellm exceptions
|
2024-11-08 10:00:30 -08:00 |
|
Paul Gauthier (aider)
|
86d9275375
|
refactor: Remove unused pytest import from test_exceptions.py
|
2024-11-08 09:59:44 -08:00 |
|
Paul Gauthier (aider)
|
9db6780af6
|
style: Sort imports and add whitespace in test_exceptions.py
|
2024-11-08 09:59:30 -08:00 |
|
Paul Gauthier (aider)
|
e10205ff69
|
test: Add comprehensive tests for LiteLLMExceptions module
|
2024-11-08 09:59:25 -08:00 |
|
Paul Gauthier
|
9f539436b8
|
test: Add test_exceptions.py to basic test suite
|
2024-11-08 09:59:23 -08:00 |
|
Paul Gauthier
|
acd75e1083
|
copy
|
2024-11-08 09:58:21 -08:00 |
|
Paul Gauthier
|
f30225db90
|
removing buggy close-stale.yml workflow
|
2024-11-08 09:58:06 -08:00 |
|
Paul Gauthier (aider)
|
007305962a
|
style: Remove unnecessary line breaks in comment_url assignment
|
2024-11-08 09:56:20 -08:00 |
|
Paul Gauthier (aider)
|
8065e38797
|
style: Wrap long comment_url line to fix flake8 line length error
|
2024-11-08 09:56:15 -08:00 |
|
Paul Gauthier (aider)
|
34dc684867
|
style: Remove unnecessary line breaks in comment_url assignment
|
2024-11-08 09:56:06 -08:00 |
|
Paul Gauthier (aider)
|
7edc9603d0
|
fix: Break long line to resolve flake8 line length error
|
2024-11-08 09:55:59 -08:00 |
|
Paul Gauthier (aider)
|
479d476878
|
style: Format code with consistent indentation and line breaks
|
2024-11-08 09:55:42 -08:00 |
|
Paul Gauthier (aider)
|
92bbec1852
|
feat: Add function to process and close stale issues after 7 days of inactivity
|
2024-11-08 09:55:37 -08:00 |
|
Paul Gauthier
|
d406636878
|
refactor: Improve issue output formatting and message clarity
|
2024-11-08 09:55:35 -08:00 |
|
Paul Gauthier (aider)
|
6362199363
|
fix: Reorder stale label and comment operations in handle_stale_issues
|
2024-11-08 09:25:11 -08:00 |
|
Paul Gauthier
|
22dbcb7590
|
refactor: Update stale issue comment text for clarity and conciseness
|
2024-11-08 09:25:09 -08:00 |
|
Paul Gauthier (aider)
|
cefea38ee5
|
feat: Add issue URL to stale issue output for easier navigation
|
2024-11-08 09:17:55 -08:00 |
|
Paul Gauthier (aider)
|
d44cd01493
|
refactor: Add noqa comment to stale comment line to resolve flake8 warning
|
2024-11-08 09:11:41 -08:00 |
|
Paul Gauthier (aider)
|
e578655653
|
style: Format Python code with linter
|
2024-11-08 09:11:24 -08:00 |
|
Paul Gauthier (aider)
|
434dc27557
|
feat: Add stale issue detection for question-labeled issues with no activity
|
2024-11-08 09:11:19 -08:00 |
|
Paul Gauthier
|
d4a88d08e4
|
Merge branch 'main' into watch
|
2024-11-07 13:44:51 -08:00 |
|
Paul Gauthier
|
79af39bd2c
|
fix: Change tool_output to tool_warning for error message logging
|
2024-11-07 13:22:28 -08:00 |
|
Paul Gauthier (aider)
|
20d5a9fd4b
|
style: Run linter to clean up whitespace in test_sendchat.py
|
2024-11-07 13:09:52 -08:00 |
|
Paul Gauthier (aider)
|
80e57ca074
|
fix: Remove unused import of httpx in test_sendchat.py
|
2024-11-07 13:09:50 -08:00 |
|
Paul Gauthier
|
8a3c95d8dd
|
feat: Add LiteLLMExceptions loading in test for send chat functionality
|
2024-11-07 13:09:47 -08:00 |
|
Paul Gauthier
|
4941a360cb
|
fix: Restore import of LiteLLMExceptions in base_coder.py
|
2024-11-07 13:02:17 -08:00 |
|
Paul Gauthier (aider)
|
9e7219c4d6
|
style: Run linter to clean up code formatting in sendchat.py
|
2024-11-07 13:02:10 -08:00 |
|
Paul Gauthier (aider)
|
4d96728709
|
fix: Remove unused import of 'backoff' in sendchat.py
|
2024-11-07 13:02:07 -08:00 |
|
Paul Gauthier
|
816fd5e65c
|
refactor: Simplify error handling and remove unused retry exceptions code
|
2024-11-07 13:02:04 -08:00 |
|
Paul Gauthier (aider)
|
8d4175536f
|
style: fix linting issues and whitespace in exceptions.py
|
2024-11-07 12:45:32 -08:00 |
|
Paul Gauthier (aider)
|
bba9ca3d5a
|
feat: add get_ex_info method to lookup exception info
|
2024-11-07 12:45:29 -08:00 |
|
Paul Gauthier
|
8bc9ebf2aa
|
feat: add LiteLLM exception handling with ExInfo dataclass
|
2024-11-07 12:45:27 -08:00 |
|
Paul Gauthier (aider)
|
dad335b8b6
|
refactor: remove unused comment from LiteLLMExceptions class
|
2024-11-07 12:19:45 -08:00 |
|
Paul Gauthier
|
62e93d4002
|
feat: add custom exceptions module
|
2024-11-07 12:19:41 -08:00 |
|
Paul Gauthier
|
728f4a0f81
|
copy
|
2024-11-07 11:54:53 -08:00 |
|
Paul Gauthier
|
0cafd6ee4b
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2024-11-07 11:50:28 -08:00 |
|
Paul Gauthier
|
2962e51dac
|
test: Add webbrowser patching to TestCoder and fix argument order in test_sanity_check_repo
|
2024-11-07 11:48:17 -08:00 |
|