|
2453508023
|
Merge pull request #1805 from group-3-sPRinter/improve/token_handler
Refactor count_tokens method structure in token_handler.py for better extensibility
|
2025-05-25 12:11:41 +03:00 |
|
|
84f2f4fe3d
|
Fix: use ModelTypeValidator static methods directly
|
2025-05-25 18:00:38 +09:00 |
|
|
18a8a741fa
|
ensure_ticket_compliance
|
2025-05-25 08:31:24 +03:00 |
|
|
4cdaad1fc5
|
Merge pull request #1816 from TaskerJang/feature/clip-tokens-tests-and-docs
Add Unit Tests and Improve Documentation for utils.py clip_tokens Function
|
2025-05-25 08:18:26 +03:00 |
|
|
43dbe24a7f
|
Merge pull request #1817 from PeterDaveHelloKitchen/Grok-3
Add Grok-3 non-beta model IDs
|
2025-05-24 16:32:50 +03:00 |
|
|
f4a9bc3de7
|
Merge pull request #1814 from hirobf10/support-claude-4
feat: add support for Claude 4 family
|
2025-05-24 16:29:48 +03:00 |
|
|
20b1a1f552
|
Merge pull request #1808 from group-3-sPRinter/fix/retry-exclude-rate-limit-error
fix: exclude RateLimitError from `@retry` in `AIHandler.chat_completion()`
|
2025-05-24 16:14:25 +03:00 |
|
|
4c98cffd37
|
Merge pull request #1801 from darkdread/main
docs: include [aws] in .secrets.template
|
2025-05-24 16:12:52 +03:00 |
|
|
95c94b80a2
|
Add Grok-3 non-beta model IDs
|
2025-05-24 14:22:55 +08:00 |
|
|
e2586cb64a
|
docs: improve clip_tokens function docstring and add examples
|
2025-05-24 10:46:58 +09:00 |
|
|
1f836e405d
|
fix: reflect comments
|
2025-05-24 09:45:27 +09:00 |
|
|
10703a9098
|
feat: add support for Claude 4
|
2025-05-23 14:16:44 +09:00 |
|
|
466ec4ce90
|
fix: exclude RateLimitError from retry logic
|
2025-05-22 15:04:16 +09:00 |
|
|
facfb5f46b
|
Add missing code: use_context=False
|
2025-05-22 13:32:20 +09:00 |
|
|
cc686ef26d
|
Reorder model check: OpenAI before Anthropic
OpenAI is the default in most cases, so checking it first skips unnecessary Anthropic logic.
|
2025-05-22 13:12:04 +09:00 |
|
|
ead7491ca9
|
Apply convention for marking private
|
2025-05-21 18:08:48 +09:00 |
|
|
df0355d827
|
Remove member variable for restroring get_settings()
|
2025-05-21 18:07:47 +09:00 |
|
|
c3ea048b71
|
Restore original return logic for force_accurate condition
|
2025-05-21 17:52:51 +09:00 |
|
|
648829b770
|
Rename method
|
2025-05-21 17:51:03 +09:00 |
|
|
dd17aadfe3
|
Merge pull request #1803 from group-3-sPRinter/fix/litellm-exception-order
fix: reorder exception handling in `LiteLLMAIHandler.chat_completion()`
|
2025-05-21 07:42:18 +03:00 |
|
|
199b463eaa
|
Merge pull request #1798 from seohyun-lee/docs/usage-guide
Correct typos in documentation and log messages
|
2025-05-21 07:38:22 +03:00 |
|
|
7821e71b17
|
Merge pull request #1787 from nicholasgribanov/feature/gitea-forgejo-support
#1657 add gitea/forgejo support
|
2025-05-21 07:35:31 +03:00 |
|
|
6405284461
|
fix: reorder exception handling to enable proper retry behavior
|
2025-05-20 18:22:33 +09:00 |
|
|
97f2b6f736
|
Fix TypeError
|
2025-05-20 15:29:27 +09:00 |
|
|
f198e6fa09
|
Add constants and improve token calculation logic
|
2025-05-20 14:12:24 +09:00 |
|
|
e72bb28c4e
|
Replace get_settings() with self.settings
|
2025-05-20 13:50:30 +09:00 |
|
|
81fa22e4df
|
Add model name validation
|
2025-05-20 13:47:15 +09:00 |
|
|
8aa89ff8e6
|
docs: include [aws] in .secrets.template
|
2025-05-20 10:27:13 +08:00 |
|
|
4679dce3af
|
refactor: Correct case typo of PR in log
|
2025-05-20 02:31:48 +09:00 |
|
|
94aa8e8638
|
refactor: Correct case typo in log
|
2025-05-20 02:30:17 +09:00 |
|
|
f5a069d6b4
|
refactor: Align comment formatting with others
|
2025-05-20 02:28:43 +09:00 |
|
|
5a8ce252f7
|
Adding num_max_findings configuration parameter with a default value of 3, to have the possibility to extend it
|
2025-05-19 16:16:23 +02:00 |
|
|
db5138dc42
|
Improve YAML parsing with additional fallback strategies for AI predictions
|
2025-05-17 20:38:05 +03:00 |
|
|
9a9feb47a6
|
Merge pull request #1786 from qodo-ai/pr-1736
Pr 1736
|
2025-05-17 15:29:23 +03:00 |
|
|
d67d07acc7
|
#1657 review fix 2
|
2025-05-16 20:30:17 +03:00 |
|
|
12b1fe23da
|
#1657 review fix
|
2025-05-16 20:12:40 +03:00 |
|
|
f857ea1f22
|
#1657 add gitea/forgejo support
|
2025-05-16 19:43:21 +03:00 |
|
|
f47da75e6f
|
Remove debug print statement from should_process_pr_logic function
|
2025-05-16 17:23:27 +03:00 |
|
|
42557feb97
|
Enhance repository filtering with regex pattern matching for ignore_repositories
|
2025-05-16 17:20:54 +03:00 |
|
|
c15fb16528
|
Merge pull request #1779 from dnnspaul/main
Enable usage of OpenAI like APIs
|
2025-05-16 16:59:18 +03:00 |
|
|
d268db5f0d
|
Merge pull request #1778 from smartandhandsome/main
Cleanup: Remove Unused import and Fix Parameter Typo
|
2025-05-16 16:54:55 +03:00 |
|
|
9974015682
|
Add Gemini-2.5-pro-preview-05-06 model and update litellm dependency
|
2025-05-16 16:32:45 +03:00 |
|
|
05ab5f699f
|
Improve token calculation logic based on model type
- Rename calc_tokens to get_token_count_by_model_type for clearer intent
- Separate model type detection logic to improve maintainability
|
2025-05-16 17:51:22 +09:00 |
|
|
250870a3da
|
enable usage of openai like apis
|
2025-05-15 16:05:05 +02:00 |
|
|
a3c9fbbf2c
|
revert try except
|
2025-05-15 19:40:40 +09:00 |
|
|
c79b655864
|
Fix typo in method parameter name
|
2025-05-15 18:42:08 +09:00 |
|
|
e55fd64bda
|
Remove unnecessary nested try-except block for cleaner code. Streamlined the import statement to remove an unused reference to get_git_provider .
|
2025-05-15 18:41:39 +09:00 |
|
|
35d75e996f
|
Merge pull request #1770 from dst03106/fix/add-ttl-when-callback-enabled
fix: add timeout to asyncio.wait during CLI execution to avoid hanging when callback is enabled
|
2025-05-13 18:33:56 +03:00 |
|
|
e2af22d2a0
|
Log a warning for pending asyncio tasks with coroutine details
|
2025-05-13 17:37:09 +09:00 |
|
|
d86d1ef3dc
|
Log a warning when there are pending asyncio tasks
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
|
2025-05-13 17:34:30 +09:00 |
|