Skip to content

Commit

Permalink
little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zedy committed Feb 7, 2024
1 parent 7ac4e5f commit b769b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def conversation_custom():
user_assistant_messages[i]["content"],
user_assistant_messages[i + 1]["content"],
)
)
)
from backend.batch.utilities.helpers.ConfigHelper import ConfigHelper

messages = message_orchestrator.handle_message(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class AzureFormRecognizerClient:
def __init__(self) -> None:
env_helper: EnvHelper = EnvHelper()

self.AZURE_FORM_RECOGNIZER_ENDPOINT: str = (
env_helper.AZURE_FORM_RECOGNIZER_ENDPOINT
)
Expand Down

0 comments on commit b769b9a

Please sign in to comment.