mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
refactor(commit): switch model to gpt-oss
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: Commit currently staged code in git
|
description: Commit currently staged code in git
|
||||||
mode: all
|
mode: all
|
||||||
model: AquaAI/hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M
|
model: AquaAI/gpt-oss:20b
|
||||||
temperature: 0.1
|
temperature: 0.1
|
||||||
tools:
|
tools:
|
||||||
write: false
|
write: false
|
||||||
@@ -14,3 +14,8 @@ You are in commit code mode. Focus on:
|
|||||||
- Writing a clear and simple commit message.
|
- Writing a clear and simple commit message.
|
||||||
- Follow the project formatting for commits.
|
- Follow the project formatting for commits.
|
||||||
- Only commit files that are currently staged in git.
|
- Only commit files that are currently staged in git.
|
||||||
|
|
||||||
|
Use the following command to look at the changes:
|
||||||
|
```sh
|
||||||
|
git diff --cached
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user