Refactor configuration and assessment modules; add S3 integration and update LLM client usage

This commit is contained in:
Santiago Martinez-Avial
2025-12-21 03:38:50 +01:00
parent 5ef0fc0ccc
commit 4a340a9661
14 changed files with 587 additions and 240 deletions

View File

@@ -1,12 +0,0 @@
# 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"