Skip to content

Commit

Permalink
Add default_header
Browse files Browse the repository at this point in the history
  • Loading branch information
nour-bouzid committed Jan 29, 2025
1 parent 6044924 commit 82277c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class BaseOpenAIClientConfigurationConfigModel(CreateArgumentsConfigModel):
max_retries: int | None = None
model_capabilities: ModelCapabilities | None = None # type: ignore
model_info: ModelInfo | None = None

default_header: Dict[str, str] | None = None

# See OpenAI docs for explanation of these parameters
class OpenAIClientConfigurationConfigModel(BaseOpenAIClientConfigurationConfigModel):
Expand Down

0 comments on commit 82277c9

Please sign in to comment.