- Add functionality to add a default dictionary for configuration fields

- Correct entitlement processing
- Remove get_template functionality from ModelVariables, define it directly with LLM model definition in configuration file.
This commit is contained in:
Josako
2025-05-19 14:10:09 +02:00
parent d2a9092f46
commit 28aea85b10
15 changed files with 386 additions and 85 deletions

View File

@@ -13,7 +13,7 @@ content: |
HTML is between triple backquotes.
```{html}```
model: "mistral.mistral-small-latest"
llm_model: "mistral.mistral-small-latest"
metadata:
author: "Josako"
date_added: "2024-11-10"