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 9937b10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +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
Expand Down

0 comments on commit 9937b10

Please sign in to comment.