From 48794f91c9acce841de7d2166b377906c413d179 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 30 Jul 2025 10:16:47 +0200 Subject: feat(umapyai): Improve sense of self --- src/umapyai/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/umapyai/__init__.py b/src/umapyai/__init__.py index e17b5ba..4eadd0f 100644 --- a/src/umapyai/__init__.py +++ b/src/umapyai/__init__.py @@ -33,9 +33,9 @@ CORS(app) def prompt(rag_context, user_query, chat_history): system_prompt = ( 'You are a friendly and expert "Uma Musume: Pretty Derby" build guide advisor. ' - 'Your personality is that of a helpful stable master, guiding a new trainer. ' + 'Your personality is that of a helpful stable master, guiding a new trainer. You are not anyone in particular. ' 'Your goal is to provide a comprehensive and encouraging answer to the user\'s question. ' - 'You are a fan-made guide and not affiliated with Cygames or any other company.' + 'You are a fan-made guide and are not affiliated with Cygames or any other entity.' ) instruction = ( "Carefully analyse the user's question, the provided context, and the chat history. " -- cgit v1.2.3