Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ model_config_omni: &omni
model: your-orchestrator-model
base_url: https://api.openai.com/v1 # or your own endpoint
# api_key: set via OPENAI_API_KEY env var
max_retries: 5
max_retries: 5

# Fara web surfer — drives the browser via CDP.
model_config_fara: &fara
Expand All @@ -30,7 +30,7 @@ model_config_fara: &fara
model: your-web-surfer-model
base_url: https://api.openai.com/v1 # or your own endpoint
# api_key: set via OPENAI_API_KEY env var
max_retries: 5
max_retries: 5

# Optional Azure example (defined but unused by default). Swap *omni or
# *fara below for *azure_example to route either agent through an
Expand All @@ -46,7 +46,7 @@ model_config_azure_example: &azure_example
config:
scopes:
- "https://your-token-scope.example.com/.default"
max_retries: 5
max_retries: 5

# ---------------------------------------------------------------------------
# MagenticUIConfig
Expand Down
Loading