assistant: Fix Google AI provider not respecting low_speed_timeout_in_seconds (#17423)

Release Notes:

- Fixed an issue when using Google Gemini models, where the setting
`low_speed_timeout_in_seconds` was not respected
This commit is contained in:
Bennet Bo Fenner
2024-09-05 18:16:30 +02:00
committed by GitHub
parent a1c676128a
commit f413ea90bf
6 changed files with 50 additions and 12 deletions
Generated
+1
View File
@@ -4928,6 +4928,7 @@ dependencies = [
"anyhow",
"futures 0.3.30",
"http_client",
"isahc",
"schemars",
"serde",
"serde_json",