mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 22:51:14 -07:00
chore: update default Ollama model to qwen2.5 with num_ctx 8192
Benchmarking showed qwen2.5 at 8192 context is the best default for speed/quality balance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
762dede867
commit
a5e3b65030
+2
-2
@@ -23,6 +23,6 @@
|
||||
"hashview_url": "http://localhost:8443",
|
||||
"hashview_api_key": "",
|
||||
"hashmob_api_key": "",
|
||||
"ollamaModel": "llama3.2",
|
||||
"ollamaNumCtx": 32768
|
||||
"ollamaModel": "qwen2.5",
|
||||
"ollamaNumCtx": 8192
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user