24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"api": {
|
|
"base_url": "https://example.com/api/v1",
|
|
"api_key": "sk-example",
|
|
"model": "google/gemini-3.8-flash",
|
|
"temperature": 0.3,
|
|
"max_tokens": 4092,
|
|
"reasoning_effort": "medium",
|
|
"timeout_seconds": 120
|
|
},
|
|
"translation": {
|
|
"source_language": "English",
|
|
"target_language": "Russian",
|
|
"batch_size": 10,
|
|
"context_before": 2,
|
|
"context_after": 2,
|
|
"max_retries": 3,
|
|
"retry_delay_seconds": 5
|
|
},
|
|
"paths": {
|
|
"json_dir": "json",
|
|
"glossary_file": "glossary.md"
|
|
}
|
|
} |