Add a language configuration to translate language generated by QodoMerge, such as suggestions and desciption text

This commit is contained in:
AdamWalker-112358
2025-02-26 14:37:15 +02:00
parent e16c6d0b27
commit de80901284
2 changed files with 26 additions and 1 deletions

View File

@ -3,6 +3,7 @@
model="gpt-4o-2024-11-20"
fallback_models=["gpt-4o-2024-08-06"]
#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", "es-ES", "he-IL", "ar-IL", "zh-CN")
# CLI
git_provider="github"
publish_output=true
@ -64,7 +65,7 @@ require_security_review=true
require_ticket_analysis_review=true
# general options
persistent_comment=true
extra_instructions = ""
extra_instructions = "Blah blah do some custom shit please"
final_update_message = true
# review labels
enable_review_labels_security=true