Skip to content

Commit 7009651

Browse files
committed
Fix smoke tests
1 parent 75bda68 commit 7009651

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/fixtures/min-csv/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
models:
22
default_chat_model:
3+
azure_auth_type: api_key
34
type: ${GRAPHRAG_LLM_TYPE}
45
api_key: ${GRAPHRAG_API_KEY}
56
api_base: ${GRAPHRAG_API_BASE}
@@ -13,6 +14,7 @@ models:
1314
parallelization_stagger: 0.3
1415
async_mode: threaded
1516
default_embedding_model:
17+
azure_auth_type: api_key
1618
type: ${GRAPHRAG_EMBEDDING_TYPE}
1719
api_key: ${GRAPHRAG_API_KEY}
1820
api_base: ${GRAPHRAG_API_BASE}

tests/fixtures/text/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
models:
22
default_chat_model:
3+
azure_auth_type: api_key
34
type: ${GRAPHRAG_LLM_TYPE}
45
api_key: ${GRAPHRAG_API_KEY}
56
api_base: ${GRAPHRAG_API_BASE}
@@ -13,6 +14,7 @@ models:
1314
parallelization_stagger: 0.3
1415
async_mode: threaded
1516
default_embedding_model:
17+
azure_auth_type: api_key
1618
type: ${GRAPHRAG_EMBEDDING_TYPE}
1719
api_key: ${GRAPHRAG_API_KEY}
1820
api_base: ${GRAPHRAG_API_BASE}

0 commit comments

Comments
 (0)