You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[**Model selection**](https://qodo-merge-docs.qodo.ai/usage-guide/PR_agent_pro_models/)| Choose the model that best fits your needs, among top models like `Claude Sonnet` and `o3-mini`|
23
-
|[**Global and wiki configuration**](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/)| Control configurations for many repositories from a single location; <br>Edit configuration of a single repo without committing code |
24
-
|[**Apply suggestions**](https://qodo-merge-docs.qodo.ai/tools/improve/#overview)| Generate committable code from the relevant suggestions interactively by clicking on a checkbox |
|[**Model selection**](https://qodo-merge-docs.qodo.ai/usage-guide/PR_agent_pro_models/)| Choose the model that best fits your needs, among top models like `Claude Sonnet`, `o4-mini`|
23
+
|[**Global and wiki configuration**](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/)| Control configurations for many repositories from a single location; <br>Edit configuration of a single repo without committing code |
24
+
|[**Apply suggestions**](https://qodo-merge-docs.qodo.ai/tools/improve/#overview)| Generate committable code from the relevant suggestions interactively by clicking on a checkbox |
25
25
|[**Suggestions impact**](https://qodo-merge-docs.qodo.ai/tools/improve/#assessing-impact)| Automatically mark suggestions that were implemented by the user (either directly in GitHub, or indirectly in the IDE) to enable tracking of the impact of the suggestions |
26
-
|[**CI feedback**](https://qodo-merge-docs.qodo.ai/tools/ci_feedback/)| Automatically analyze failed CI checks on GitHub and provide actionable feedback in the PR conversation, helping to resolve issues quickly |
27
-
|[**Advanced usage statistics**](https://www.codium.ai/contact/#/)| Qodo Merge offers detailed statistics at user, repository, and company levels, including metrics about Qodo Merge usage, and also general statistics and insights |
28
-
|[**Incorporating companies' best practices**](https://qodo-merge-docs.qodo.ai/tools/improve/#best-practices)| Use the companies' best practices as reference to increase the effectiveness and the relevance of the code suggestions |
29
-
|[**Interactive triggering**](https://qodo-merge-docs.qodo.ai/tools/analyze/#example-usage)| Interactively apply different tools via the `analyze` command |
30
-
|[**Custom labels**](https://qodo-merge-docs.qodo.ai/tools/describe/#handle-custom-labels-from-the-repos-labels-page)| Define custom labels for Qodo Merge to assign to the PR |
26
+
|[**CI feedback**](https://qodo-merge-docs.qodo.ai/tools/ci_feedback/)| Automatically analyze failed CI checks on GitHub and provide actionable feedback in the PR conversation, helping to resolve issues quickly |
27
+
|[**Advanced usage statistics**](https://www.codium.ai/contact/#/)| Qodo Merge offers detailed statistics at user, repository, and company levels, including metrics about Qodo Merge usage, and also general statistics and insights |
28
+
|[**Incorporating companies' best practices**](https://qodo-merge-docs.qodo.ai/tools/improve/#best-practices)| Use the companies' best practices as reference to increase the effectiveness and the relevance of the code suggestions |
29
+
|[**Interactive triggering**](https://qodo-merge-docs.qodo.ai/tools/analyze/#example-usage)| Interactively apply different tools via the `analyze` command |
30
+
|[**Custom labels**](https://qodo-merge-docs.qodo.ai/tools/describe/#handle-custom-labels-from-the-repos-labels-page)| Define custom labels for Qodo Merge to assign to the PR |
get_logger().error(f"Model {model} is not defined in MAX_TOKENS in ./pr_agent/algo/__init__.py and no custom_model_max_tokens is set")
881
882
raiseException(f"Ensure {model} is defined in MAX_TOKENS in ./pr_agent/algo/__init__.py or set a positive value for it in config.custom_model_max_tokens")
0 commit comments