mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
feat(llm): default Ollama model to qwen2.5:32b for structured output
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
93960e2d58
commit
d6da721414
+1
-1
@@ -25,7 +25,7 @@
|
||||
"hashview_url": "http://localhost:8443",
|
||||
"hashview_api_key": "",
|
||||
"hashmob_api_key": "",
|
||||
"ollamaModel": "mistral",
|
||||
"ollamaModel": "qwen2.5:32b",
|
||||
"ollamaNumCtx": 2048,
|
||||
"omenTrainingList": "rockyou.txt",
|
||||
"omenMaxCandidates": 50000000,
|
||||
|
||||
+1
-1
@@ -450,7 +450,7 @@ hcatGoodMeasureBaseList = config_parser["hcatGoodMeasureBaseList"]
|
||||
hcatDebugLogPath = os.path.expanduser(config_parser["hcatDebugLogPath"])
|
||||
|
||||
ollamaUrl = "http://" + os.environ.get("OLLAMA_HOST", "localhost:11434")
|
||||
ollamaModel = config_parser.get("ollamaModel", "mistral")
|
||||
ollamaModel = config_parser.get("ollamaModel", "qwen2.5:32b")
|
||||
ollamaNumCtx = int(config_parser.get("ollamaNumCtx", 2048))
|
||||
|
||||
omenTrainingList = config_parser.get("omenTrainingList", "rockyou.txt")
|
||||
|
||||
Reference in New Issue
Block a user