feat: add timeout_seconds to to_dict() for debugging context
This commit is contained in:
parent
e168c2b86b
commit
56af4de3d1
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class TranslationConfig(BaseSettings):
|
|||
"confidence_threshold": self.confidence_threshold,
|
||||
"batch_size": self.batch_size,
|
||||
"max_retries": self.max_retries,
|
||||
"timeout_seconds": self.timeout_seconds,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue