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:
|
slack:
|
||||||
sender-interval: 60
|
sender-interval: 60
|
||||||
|
|
||||||
agents:
|
llm:
|
||||||
providers:
|
providers:
|
||||||
openai:
|
openai:
|
||||||
type: "openai"
|
type: "openai"
|
||||||
api-key: "thisisnotasecret"
|
api-key: "thisisnotasecret"
|
||||||
default:
|
defaults:
|
||||||
provider: "openai"
|
provider: "openai"
|
||||||
model-name: "gpt-4o"
|
model-name: "gpt-4o"
|
||||||
temperature: 0.1
|
temperature: 0.1
|
||||||
max-tokens: 4096
|
max-tokens: 4096
|
||||||
|
|
||||||
|
evidence-describer:
|
||||||
|
interval: 10
|
||||||
|
stale-after: 300
|
||||||
|
max-concurrency: 10
|
||||||
|
|
||||||
custom-domains:
|
custom-domains:
|
||||||
renewal-interval: 3600
|
renewal-interval: 3600
|
||||||
provision-interval: 30
|
provision-interval: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user