Skip to content

Commit

Permalink
Comment remaining azure config
Browse files Browse the repository at this point in the history
  • Loading branch information
lspinheiro authored Jan 15, 2025
1 parent 5f65317 commit b372551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/samples/agentchat_graphrag/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ llm:
type: openai_chat # or azure_openai_chat
model: gpt-4o
model_supports_json: true # recommended if this is available for your model.
audience: "https://cognitiveservices.azure.com/.default"
# audience: "https://cognitiveservices.azure.com/.default"
# api_base: https://<resource-name>.openai.azure.com
# api_version: 2024-08-01-preview
deployment_name: gpt-4o
# deployment_name: gpt-4o

parallelization:
stagger: 0.3
Expand All @@ -35,8 +35,8 @@ embeddings:
model: text-embedding-3-small
# api_base: https://<resource-name>.openai.azure.com
# api_version: "2023-05-15"
audience: "https://cognitiveservices.azure.com/.default"
deployment_name: text-embedding-3-small
# audience: "https://cognitiveservices.azure.com/.default"
# deployment_name: text-embedding-3-small

### Input settings ###

Expand Down

0 comments on commit b372551

Please sign in to comment.