Fix e2e test config for new agents config structure
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
15
e2e/console/testdata/config.yaml
vendored
15
e2e/console/testdata/config.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user