Skip to content

Commit

Permalink
Merge branch 'main' into ross/unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Jan 9, 2024
2 parents 350764d + 301eae2 commit 73f6a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/utilities/helpers/AzureFormRecognizerHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self) -> None:
self.AZURE_FORM_RECOGNIZER_KEY : str = env_helper.AZURE_FORM_RECOGNIZER_KEY

self.document_analysis_client = DocumentAnalysisClient(
endpoint=self.AZURE_FORM_RECOGNIZER_ENDPOINT, credential=AzureKeyCredential(self.AZURE_FORM_RECOGNIZER_KEY)
endpoint=self.AZURE_FORM_RECOGNIZER_ENDPOINT, credential=AzureKeyCredential(self.AZURE_FORM_RECOGNIZER_KEY), headers={"x-ms-useragent": "chat-with-your-data-solution-accelerator/1.0.0"}
)

form_recognizer_role_to_html = {
Expand Down

0 comments on commit 73f6a62

Please sign in to comment.