Files
newsletter-builder/config.yaml
2025-09-14 16:56:08 +02:00

23 lines
570 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

newsletter_title: "Objevy týdne {{ date }}"
newsletter_subtitle: "Archeologie, historie a příbuzné vědy"
default_tags: ["Newsletter","Archeologie"]
model: "gpt-4o-mini"
temperature: 0.2
llm:
provider: "openwebui" # openwebui | ollama | openai
api_base: "http://localhost:3000"
model: "qwen2.5-7b-instruct"
temperature: 0.2
top_p: 1.0
presence_penalty: 0.0
frequency_penalty: 0.0
timeout_seconds: 120
max_retries: 2
db:
path: "data/newsletter.db"
embed_model: "text-embedding-3-small"
related_top_k: 3
min_similarity: 0.78