Files
probo/cfg/dev.yaml
Sacha Al Himdani c2f9cb2080 Fetch vendor data with openai
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-05-26 22:45:45 -07:00

13 lines
277 B
YAML

probod:
api:
cors:
allowed-origins: ["http://localhost:3000"]
aws:
access-key-id: "probod"
secret-access-key: "thisisnotasecret"
endpoint: "http://127.0.0.1:9000"
openai:
api-key: "thisisnotasecret"
temperature: 0.1
model-name: "gpt-4o"