formatting
This commit is contained in:
parent
923d3fbcae
commit
3adb40e49b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class DocumentIntelligenceConverter(DocumentConverter):
|
||||||
self,
|
self,
|
||||||
endpoint: str,
|
endpoint: str,
|
||||||
api_version: str = "2024-07-31-preview",
|
api_version: str = "2024-07-31-preview",
|
||||||
priority: float = 0.0
|
priority: float = 0.0,
|
||||||
):
|
):
|
||||||
self.endpoint = endpoint
|
self.endpoint = endpoint
|
||||||
self.api_version = api_version
|
self.api_version = api_version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue