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
@@ -85,10 +85,15 @@ probod:
|
||||
slack:
|
||||
sender-interval: 60
|
||||
|
||||
agents:
|
||||
providers:
|
||||
openai:
|
||||
type: "openai"
|
||||
api-key: "thisisnotasecret"
|
||||
temperature: 0.1
|
||||
default:
|
||||
provider: "openai"
|
||||
model-name: "gpt-4o"
|
||||
temperature: 0.1
|
||||
max-tokens: 4096
|
||||
|
||||
custom-domains:
|
||||
|
||||
Reference in New Issue
Block a user