Skip to content

Commit dbc5945

Browse files
committed
chore: update model configurations and add export settings
Changed model configurations from GitHub Copilot to Azure GPT-5 Mini for both planner and worker. Added new export settings to enable automatic export on run with specified format and limit. Removed outdated requirements-docs.txt file to clean up the repository.
1 parent 1701bde commit dbc5945

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

devsper.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ prefetch_max_age_seconds = 30
1414
remote_agents = []
1515

1616
[models]
17-
planner = "github:copilot"
18-
worker = "github:copilot"
17+
planner = "azure:gpt-5-mini"
18+
worker = "azure:gpt-5-mini"
1919

2020
[memory]
2121
enabled = true
@@ -58,4 +58,9 @@ threshold = 0.01
5858

5959
[[hitl.policies.triggers]]
6060
type = "critic_score_below"
61-
threshold = 0.50
61+
threshold = 0.50
62+
63+
[export]
64+
auto_export_on_run = true
65+
format = "docx"
66+
limit = 1

requirements-docs.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)