From 36809432db6a637c6953d963ca0dd27a8a636e38 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Sun, 29 Mar 2026 09:50:41 -0500 Subject: [PATCH] Fix agents config in dev.yaml to use new providers schema Signed-off-by: Aditya Sharma --- cfg/dev.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/cfg/dev.yaml b/cfg/dev.yaml index 7859196d8..6ea84c8bf 100644 --- a/cfg/dev.yaml +++ b/cfg/dev.yaml @@ -85,11 +85,16 @@ probod: slack: sender-interval: 60 - openai: - api-key: "thisisnotasecret" - temperature: 0.1 - model-name: "gpt-4o" - max-tokens: 4096 + agents: + providers: + openai: + type: "openai" + api-key: "thisisnotasecret" + default: + provider: "openai" + model-name: "gpt-4o" + temperature: 0.1 + max-tokens: 4096 custom-domains: renewal-interval: 3600