13 lines
277 B
YAML
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"
|