Update e2e config for new LLM settings structure
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
050154ab6a
commit
5c2ce9ddec
9
e2e/console/testdata/config.yaml
vendored
9
e2e/console/testdata/config.yaml
vendored
@@ -61,17 +61,22 @@ probod:
|
||||
slack:
|
||||
sender-interval: 60
|
||||
|
||||
agents:
|
||||
llm:
|
||||
providers:
|
||||
openai:
|
||||
type: "openai"
|
||||
api-key: "thisisnotasecret"
|
||||
default:
|
||||
defaults:
|
||||
provider: "openai"
|
||||
model-name: "gpt-4o"
|
||||
temperature: 0.1
|
||||
max-tokens: 4096
|
||||
|
||||
evidence-describer:
|
||||
interval: 10
|
||||
stale-after: 300
|
||||
max-concurrency: 10
|
||||
|
||||
custom-domains:
|
||||
renewal-interval: 3600
|
||||
provision-interval: 30
|
||||
|
||||
Reference in New Issue
Block a user