загружаю
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user