fix types for errorLog
This commit is contained in:
parent
c7f979e0fe
commit
22725bd44d
@ -916,7 +916,7 @@ class LiteLLM_ErrorLogs(LiteLLMBase):
|
||||
request_id: Optional[str] = str(uuid.uuid4())
|
||||
model_name: Optional[str] = ""
|
||||
model_id: Optional[str] = ""
|
||||
request_kwargs: Optional[dict] = {}
|
||||
request_kwargs: Optional[Json] = {}
|
||||
exception_type: Optional[str] = ""
|
||||
status_code: Optional[str] = ""
|
||||
exception_string: Optional[str] = ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user