From 5d552ac5bb29d5f69694e6ee000301541c1f09a9 Mon Sep 17 00:00:00 2001 From: Salim Oyinlola Date: Tue, 2 Jan 2024 21:28:20 +0100 Subject: [PATCH] Update app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index d3b9592..ba5626f 100644 --- a/app.py +++ b/app.py @@ -8,6 +8,7 @@ key = os.getenv("LANGUAGE_KEY") endpoint = os.getenv("LANGUAGE_ENDPOINT") + # Authenticate the client using your key and endpoint def authenticate_client(): ta_credential = AzureKeyCredential(key)