expanded example.env with new LLM model, increased MAX_ARTICLE_LENGTH, updated context size, and extended .gitignore entries

This commit is contained in:
2025-08-06 18:13:50 +02:00
parent e23a8d53d9
commit 092c065809
4 changed files with 6 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ class NewsFetcher:
"format": "json",
"options": {
"num_gpu": 1, # Force GPU usage
"num_ctx": 8192, # Context size
"num_ctx": 128_000, # Context size
}
}