Fix agents config in dev.yaml to use new providers schema
Signed-off-by: Aditya Sharma <aditya.sharma@usm.edu>
This commit is contained in:
committed by
Sacha Al Himdani
parent
0920690816
commit
36809432db
15
cfg/dev.yaml
15
cfg/dev.yaml
@@ -85,11 +85,16 @@ probod:
|
|||||||
slack:
|
slack:
|
||||||
sender-interval: 60
|
sender-interval: 60
|
||||||
|
|
||||||
openai:
|
agents:
|
||||||
api-key: "thisisnotasecret"
|
providers:
|
||||||
temperature: 0.1
|
openai:
|
||||||
model-name: "gpt-4o"
|
type: "openai"
|
||||||
max-tokens: 4096
|
api-key: "thisisnotasecret"
|
||||||
|
default:
|
||||||
|
provider: "openai"
|
||||||
|
model-name: "gpt-4o"
|
||||||
|
temperature: 0.1
|
||||||
|
max-tokens: 4096
|
||||||
|
|
||||||
custom-domains:
|
custom-domains:
|
||||||
renewal-interval: 3600
|
renewal-interval: 3600
|
||||||
|
|||||||
Reference in New Issue
Block a user