Skip to content

Commit 32881fe

Browse files
authored
Merge pull request #61 from aahill/qna-fix
[Qna Maker] Fixing client creation
2 parents 0ea19e6 + 386c316 commit 32881fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/knowledge/qna_maker_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _monitor_operation(client, operation):
5757
operation.operation_id))
5858
return operation
5959

60-
client = QnAMakerClient(endpoint=QNA_ENDPOINT), credentials=CognitiveServicesCredentials(subscription_key))
60+
client = QnAMakerClient(endpoint=QNA_ENDPOINT, credentials=CognitiveServicesCredentials(subscription_key))
6161

6262
# Create a KB
6363
print("Creating KB...")

0 commit comments

Comments
 (0)