Merge pull request #2 from cometapi-dev/dev

feat: add CometAPI provider support with chat completions and streaming
This commit is contained in:
NULL 2025-08-09 11:08:53 +08:00 committed by GitHub
commit 7bb1b6f6cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)