13 lines
210 B
YAML
13 lines
210 B
YAML
# Helia Configuration Example
|
|
|
|
command: assess
|
|
|
|
input_file: "path/to/transcript.txt"
|
|
model: "gpt-4o"
|
|
prompt_id: "default"
|
|
temperature: 0.0
|
|
|
|
database:
|
|
uri: "mongodb://localhost:27017"
|
|
database_name: "helia"
|