From 3e7de36c848b887a5b43a1091c4bbd9c52b1539c Mon Sep 17 00:00:00 2001 From: Alexandre Prates Date: Thu, 1 Aug 2024 12:04:53 -0300 Subject: [PATCH] chore: update ollama_args seed value in wizard.py --- bash_wizard/wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_wizard/wizard.py b/bash_wizard/wizard.py index c191c89..3a2c239 100644 --- a/bash_wizard/wizard.py +++ b/bash_wizard/wizard.py @@ -15,7 +15,7 @@ "temperature": 2.5, "top_p": 0.99, "top_k": 100, - "seed": 23265971541 + "seed": 23265971542 }, } response_template = '{"bash_command": "", "command_explanation": ""}'