mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix lint
This commit is contained in:
parent
f5ecff22ed
commit
b12f52ae26
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class GeminiRealtimeConfig(BaseRealtimeConfig):
|
|||
{"setup": client_session_configuration_request}
|
||||
)
|
||||
verbose_logger.debug(
|
||||
f"Gemini Realtime: Sending initial setup with tools to backend"
|
||||
"Gemini Realtime: Sending initial setup with tools to backend"
|
||||
)
|
||||
return [gemini_setup_msg]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue