feat: Update use local model
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-26 20:59:27 +05:30
parent 99494b8777
commit ddb0345587
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@
*/ */
'' ''
--- ---
model: openai:gpt-5-nano model: ryu:gpt-oss:20b
--- ---
Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message. Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message.
''; '';

View File

@@ -5,7 +5,7 @@
... ...
}: { }: {
xdg.portal = { xdg.portal = {
enable = true; enable = device.is "ryu";
config = { config = {
hyprland.default = ["hyprland"]; hyprland.default = ["hyprland"];
common.default = ["*" "hyprland"]; common.default = ["*" "hyprland"];