feat: add default_language config parameter

This commit is contained in:
Dominik Polakovics Polakovics 2026-03-19 15:15:42 +01:00
parent e88ac7caff
commit 1d03d584c2
3 changed files with 11 additions and 1 deletions

View file

@ -13,6 +13,7 @@ ai:
model: "anthropic/claude-2" # Other options: "openai/gpt-4", "google/palm-2"
temperature: 0.7 # 0.0 to 1.0, lower for more focused responses
max_tokens: 2000 # Adjust based on your needs and model limits
default_language: "English" # Fallback language when auto-detection fails (leave empty to disable)
context:
urls: