mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Merge pull request #2 from cometapi-dev/dev
feat: add CometAPI provider support with chat completions and streaming
This commit is contained in:
commit
7bb1b6f6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue