diff --git a/commits.log b/commits.log index 45a4fb7..ec63514 100644 --- a/commits.log +++ b/commits.log @@ -1 +1 @@ -8 +9 diff --git a/lazycommit.sh b/lazycommit.sh index 0490dbe..78b9bb4 100755 --- a/lazycommit.sh +++ b/lazycommit.sh @@ -19,9 +19,8 @@ print_divider() { generate_llama_response() { llama \ -m "$MODEL_PATH" \ - -i -ins \ -ngl 35 \ - --color -c 2048 --temp 0.7 --repeat_penalty 1.1 \ + -c 2048 \ --log-disable }