Fix e2e test config for new agents config structure
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
7
e2e/console/testdata/config.yaml
vendored
7
e2e/console/testdata/config.yaml
vendored
@@ -61,10 +61,15 @@ probod:
|
|||||||
slack:
|
slack:
|
||||||
sender-interval: 60
|
sender-interval: 60
|
||||||
|
|
||||||
|
agents:
|
||||||
|
providers:
|
||||||
openai:
|
openai:
|
||||||
|
type: "openai"
|
||||||
api-key: "thisisnotasecret"
|
api-key: "thisisnotasecret"
|
||||||
temperature: 0.1
|
default:
|
||||||
|
provider: "openai"
|
||||||
model-name: "gpt-4o"
|
model-name: "gpt-4o"
|
||||||
|
temperature: 0.1
|
||||||
max-tokens: 4096
|
max-tokens: 4096
|
||||||
|
|
||||||
custom-domains:
|
custom-domains:
|
||||||
|
|||||||
Reference in New Issue
Block a user