Skip to content

Commit

Permalink
chore: update ollama_args seed value in wizard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreprates committed Aug 1, 2024
1 parent b3cfe81 commit 3e7de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_wizard/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"temperature": 2.5,
"top_p": 0.99,
"top_k": 100,
"seed": 23265971541
"seed": 23265971542
},
}
response_template = '{"bash_command": "", "command_explanation": ""}'
Expand Down

0 comments on commit 3e7de36

Please sign in to comment.