File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11models :
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}
Original file line number Diff line number Diff line change 11models :
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}
You can’t perform that action at this time.
0 commit comments