diff options
| author | Fuwn <[email protected]> | 2025-07-30 10:16:47 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-30 10:16:47 +0200 |
| commit | 48794f91c9acce841de7d2166b377906c413d179 (patch) | |
| tree | c3289283f74739a1abe240bdf1879451ea86f641 | |
| parent | feat(umapyai): Improve context handling (diff) | |
| download | umapyai-48794f91c9acce841de7d2166b377906c413d179.tar.xz umapyai-48794f91c9acce841de7d2166b377906c413d179.zip | |
feat(umapyai): Improve sense of self
| -rw-r--r-- | src/umapyai/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. " |