Lint
This commit is contained in:
parent
1b4a7dc949
commit
60d715f61d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class AzureChatOpenAIComponent(CustomComponent):
|
|||
azure_endpoint: str,
|
||||
azure_deployment: str,
|
||||
api_key: str,
|
||||
api_version: Optional[str] = "2023-05-15",
|
||||
api_version: str = "2023-05-15",
|
||||
temperature: float = 0.7,
|
||||
max_tokens: Optional[int] = 1000,
|
||||
) -> BaseLanguageModel:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue