mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 12:08:29 +03:00
use default stable api version for gemini genai client
This commit is contained in:
parent
0a8f499640
commit
c8e2fdb190
@ -22,7 +22,6 @@ class GeminiClient(GenAIClient):
|
||||
"""Initialize the client."""
|
||||
# Merge provider_options into HttpOptions
|
||||
http_options_dict = {
|
||||
"api_version": "v1",
|
||||
"timeout": int(self.timeout * 1000), # requires milliseconds
|
||||
"retry_options": types.HttpRetryOptions(
|
||||
attempts=3,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user