From 8facd1beee7e08b98d6fb2ae9fafaa37a8538e08 Mon Sep 17 00:00:00 2001
From: Luca Bilke <luca@bil.ke>
Date: Mon, 21 Oct 2024 09:01:11 +0200
Subject: [PATCH] elia: mention "linux" in system prompt

---
 common/.config/elia/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/.config/elia/config.toml b/common/.config/elia/config.toml
index 57357262..8fe6bb03 100644
--- a/common/.config/elia/config.toml
+++ b/common/.config/elia/config.toml
@@ -1,5 +1,5 @@
 default_model = "anthropic/claude-3-5-sonnet-20240620"
-system_prompt = "You are a coding and system administration assistant."
+system_prompt = "You are a coding and linux system administration assistant."
 theme = "monokai"
 
 [[models]]