diff --git a/e2e/console/testdata/config.yaml b/e2e/console/testdata/config.yaml index 44df37f38..7048c2135 100644 --- a/e2e/console/testdata/config.yaml +++ b/e2e/console/testdata/config.yaml @@ -61,11 +61,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