fix: fix ruff check

This commit is contained in:
Krrish Dholakia 2025-08-23 10:36:42 -07:00
parent a7231507dd
commit 7637e41019
2 changed files with 14 additions and 15 deletions

View file

@ -11237,20 +11237,20 @@
"supports_prompt_caching": true
},
"openrouter/deepseek/deepseek-chat-v3.1": {
"max_tokens": 8192,
"max_input_tokens": 163840,
"max_output_tokens": 163840,
"input_cost_per_token": 2e-07,
"input_cost_per_token_cache_hit": 2e-08,
"output_cost_per_token": 8e-07,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"supports_assistant_prefill": true,
"supports_reasoning": true,
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"max_tokens": 8192,
"max_input_tokens": 163840,
"max_output_tokens": 163840,
"input_cost_per_token": 2e-07,
"input_cost_per_token_cache_hit": 2e-08,
"output_cost_per_token": 8e-07,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"supports_assistant_prefill": true,
"supports_reasoning": true,
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"openrouter/x-ai/grok-4": {
"max_tokens": 256000,
"max_input_tokens": 256000,

View file

@ -86,7 +86,6 @@ async def google_login(
Example:
"""
from litellm.proxy.proxy_server import (
_license_check,
premium_user,
prisma_client,
user_custom_ui_sso_sign_in_handler,