updated LLM configurations and added support for new models

This commit is contained in:
2025-08-02 23:15:26 +02:00
parent d92ad3eb65
commit 93c06d10ee
3 changed files with 8 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ SYNC_COOLDOWN_MINUTES=30
# LLM model to use for summarization
LLM_MODEL=qwen2:7b-instruct-q4_K_M
LLM_MODEL=phi3:3.8b-mini-128k-instruct-q4_0
LLM_MODEL=mistral-nemo:12b
# Timeout in seconds for LLM requests
LLM_TIMEOUT_SECONDS=180