Skip to content

Commit 5b70979

Browse files
Cognitive Services Endpoint settings.yaml fixes (#247)
1 parent eea4439 commit 5b70979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/scripts/settings.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ llm:
1313
api_version: $GRAPHRAG_API_VERSION
1414
model: $GRAPHRAG_LLM_MODEL
1515
deployment_name: $GRAPHRAG_LLM_DEPLOYMENT_NAME
16-
cognitive_services_endpoint: $COGNITIVE_SERVICES_AUDIENCE
16+
audience: $COGNITIVE_SERVICES_AUDIENCE
1717
model_supports_json: True
1818
tokens_per_minute: 80_000
1919
requests_per_minute: 480
@@ -43,7 +43,7 @@ embeddings:
4343
batch_size: 10
4444
model: $GRAPHRAG_EMBEDDING_MODEL
4545
deployment_name: $GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME
46-
cognitive_services_endpoint: $COGNITIVE_SERVICES_AUDIENCE
46+
audience: $COGNITIVE_SERVICES_AUDIENCE
4747
tokens_per_minute: 350_000
4848
requests_per_minute: 2_100
4949

0 commit comments

Comments
 (0)