mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
add arize_api_key to StandardCallbackDynamicParams
This commit is contained in:
parent
3e0df0fc1e
commit
57d08531a1
1 changed files with 4 additions and 0 deletions
|
|
@ -1763,6 +1763,10 @@ class StandardCallbackDynamicParams(TypedDict, total=False):
|
|||
# Humanloop dynamic params
|
||||
humanloop_api_key: Optional[str]
|
||||
|
||||
# Arize dynamic params
|
||||
arize_api_key: Optional[str]
|
||||
arize_space_key: Optional[str]
|
||||
|
||||
# Logging settings
|
||||
turn_off_message_logging: Optional[bool] # when true will not log messages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue