From 1e515a839478dd680f54efcf4e09eb38987f6da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 26 Sep 2025 21:01:18 +0200 Subject: [PATCH] Refine system prompt instructions by removing unnecessary guidance on admitting uncertainty and generating code. --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index 757c6d1..2cab2a7 100644 --- a/main.py +++ b/main.py @@ -356,10 +356,7 @@ def get_system_prompt() -> str: "Formatting: Use Discord Markdown as needed. Be brief. Remember that we are chatting, so you should not write a wall of text.\n" "You can recall recent messages from only the current channel (~last 10 minutes, up to ~50 turns).\n" "Be brief and to the point. Use as few words as possible.\n" - "If you are unsure about something, admit it rather than making up an answer.\n" "Avoid unnecessary filler words and phrases.\n" - "If you are asked to generate code, provide only the code block without any additional text.\n" - "Never mention that you are an AI model or language model.\n" "Only use web search results if they are relevant to the user's query.\n" )