We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fae4c commit 22690b5Copy full SHA for 22690b5
1 file changed
assemblyai/types.py
@@ -77,7 +77,7 @@ class Settings(BaseSettings):
77
api_key: Optional[str] = None
78
"The API key to authenticate with"
79
80
- http_timeout: float = 15.0
+ http_timeout: float = 30.0
81
"The default HTTP timeout for general requests"
82
83
base_url: str = "https://api.assemblyai.com"
0 commit comments