From ddb034558732a8f4f51b9482a2fd3bcb18e51ce1 Mon Sep 17 00:00:00 2001 From: servius Date: Mon, 26 Jan 2026 20:59:27 +0530 Subject: [PATCH] feat: Update use local model --- home/programs/aichat.nix | 2 +- home/services/xdg.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/programs/aichat.nix b/home/programs/aichat.nix index 8b0690fa..d8365e10 100644 --- a/home/programs/aichat.nix +++ b/home/programs/aichat.nix @@ -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. ''; diff --git a/home/services/xdg.nix b/home/services/xdg.nix index 63f8928a..32c9b265 100644 --- a/home/services/xdg.nix +++ b/home/services/xdg.nix @@ -5,7 +5,7 @@ ... }: { xdg.portal = { - enable = true; + enable = device.is "ryu"; config = { hyprland.default = ["hyprland"]; common.default = ["*" "hyprland"];