feat: add default_language config parameter
This commit is contained in:
parent
e88ac7caff
commit
1d03d584c2
3 changed files with 11 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue