mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Update minimal config for tests
This commit is contained in:
parent
c0616ac47a
commit
9055128afc
@ -1,9 +1,11 @@
|
||||
models:
|
||||
default_chat_model:
|
||||
api_key: ${CUSTOM_API_KEY}
|
||||
type: openai_chat
|
||||
type: chat
|
||||
model_provider: openai
|
||||
model: gpt-4-turbo-preview
|
||||
default_embedding_model:
|
||||
api_key: ${CUSTOM_API_KEY}
|
||||
type: openai_embedding
|
||||
type: embedding
|
||||
model_provider: openai
|
||||
model: text-embedding-3-small
|
||||
@ -1,9 +1,11 @@
|
||||
models:
|
||||
default_chat_model:
|
||||
api_key: ${SOME_NON_EXISTENT_ENV_VAR}
|
||||
type: openai_chat
|
||||
type: chat
|
||||
model_provider: openai
|
||||
model: gpt-4-turbo-preview
|
||||
default_embedding_model:
|
||||
api_key: ${SOME_NON_EXISTENT_ENV_VAR}
|
||||
type: openai_embedding
|
||||
type: embedding
|
||||
model_provider: openai
|
||||
model: text-embedding-3-small
|
||||
Loading…
Reference in New Issue
Block a user