mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
refactor: move response_language config to group with other language settings
This commit is contained in:
@ -2,14 +2,13 @@
|
|||||||
# Do not copy this entire file to your repository configuration.
|
# Do not copy this entire file to your repository configuration.
|
||||||
# Your repository configuration should only include options you wish to override from the defaults.
|
# Your repository configuration should only include options you wish to override from the defaults.
|
||||||
#
|
#
|
||||||
# Use this page: 'https://qodo-merge-docs.qodo.ai/ai_search/' to better understand how to utilize the different configurations.
|
# Use this page: 'https://qodo-merge-docs.qodo.ai/ai_search/' to ask questions about the configuration options.
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
# models
|
# models
|
||||||
model="o3-mini"
|
model="o3-mini"
|
||||||
fallback_models=["gpt-4o-2024-11-20"]
|
fallback_models=["gpt-4o-2024-11-20"]
|
||||||
#model_weak="gpt-4o-mini-2024-07-18" # optional, a weaker model to use for some easier tasks
|
#model_weak="gpt-4o-mini-2024-07-18" # optional, a weaker model to use for some easier tasks
|
||||||
response_language="en-US" # Language locales code for PR responses in ISO 3166 and ISO 639 format (e.g., "en-US", "it-IT", "zh-CN", ...)
|
|
||||||
# CLI
|
# CLI
|
||||||
git_provider="github"
|
git_provider="github"
|
||||||
publish_output=true
|
publish_output=true
|
||||||
@ -25,6 +24,7 @@ disable_auto_feedback = false
|
|||||||
ai_timeout=120 # 2minutes
|
ai_timeout=120 # 2minutes
|
||||||
skip_keys = []
|
skip_keys = []
|
||||||
custom_reasoning_model = false # when true, disables system messages and temperature controls for models that don't support chat-style inputs
|
custom_reasoning_model = false # when true, disables system messages and temperature controls for models that don't support chat-style inputs
|
||||||
|
response_language="en-US" # Language locales code for PR responses in ISO 3166 and ISO 639 format (e.g., "en-US", "it-IT", "zh-CN", ...)
|
||||||
# token limits
|
# token limits
|
||||||
max_description_tokens = 500
|
max_description_tokens = 500
|
||||||
max_commits_tokens = 500
|
max_commits_tokens = 500
|
||||||
|
Reference in New Issue
Block a user