forked from phoenix/litellm-mirror
fix types for errorLog
This commit is contained in:
parent
c7f979e0fe
commit
22725bd44d
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ class LiteLLM_ErrorLogs(LiteLLMBase):
|
||||||
request_id: Optional[str] = str(uuid.uuid4())
|
request_id: Optional[str] = str(uuid.uuid4())
|
||||||
model_name: Optional[str] = ""
|
model_name: Optional[str] = ""
|
||||||
model_id: Optional[str] = ""
|
model_id: Optional[str] = ""
|
||||||
request_kwargs: Optional[dict] = {}
|
request_kwargs: Optional[Json] = {}
|
||||||
exception_type: Optional[str] = ""
|
exception_type: Optional[str] = ""
|
||||||
status_code: Optional[str] = ""
|
status_code: Optional[str] = ""
|
||||||
exception_string: Optional[str] = ""
|
exception_string: Optional[str] = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue