mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 18:23:07 +00:00
fix: specify type for extra_body in CometAPIConfig
This commit is contained in:
@@ -41,7 +41,7 @@ class CometAPIConfig(OpenAIGPTConfig):
|
||||
)
|
||||
|
||||
# CometAPI-specific parameters (if any)
|
||||
extra_body = {}
|
||||
extra_body: dict[str, Any] = {}
|
||||
# TODO: Add CometAPI-specific parameter handling here
|
||||
# Example:
|
||||
# custom_param = non_default_params.pop("custom_param", None)
|
||||
|
||||
Reference in New Issue
Block a user