fix: import verbose_proxy_logger to resolve undefined name errors
This commit is contained in:
parent
83654c5608
commit
a8f2ebed9c
@ -13,6 +13,7 @@ from typing import Dict, List, Optional
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
from pydantic import BaseModel
|
||||
|
||||
from litellm._logging import verbose_proxy_logger
|
||||
from litellm.integrations.custom_guardrail import CustomGuardrail
|
||||
from litellm.proxy._types import UserAPIKeyAuth
|
||||
from litellm.proxy.auth.user_api_key_auth import user_api_key_auth
|
||||
|
||||
Loading…
Reference in New Issue
Block a user