summaryrefslogtreecommitdiff
path: root/system_prompt.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-18 01:45:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-18 01:45:41 +0100
commite74b94bd473a15a88c7301a2c6f1854749c342e1 (patch)
tree858c068199c0581a40b26e9f08e16e08f3478635 /system_prompt.h
parent25cf1b05d9ad73ff0d5024277beda7101b8e9aea (diff)
downloadllmnpc-e74b94bd473a15a88c7301a2c6f1854749c342e1.tar.gz
Seperate NPC from Prompt and Context
Diffstat (limited to 'system_prompt.h')
-rw-r--r--system_prompt.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/system_prompt.h b/system_prompt.h
new file mode 100644
index 0000000..119b7f2
--- /dev/null
+++ b/system_prompt.h
@@ -0,0 +1,15 @@
+unsigned char system_prompt_txt[] = {
+ 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x3a, 0x20, 0x41, 0x6e, 0x73, 0x77,
+ 0x65, 0x72, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x6e, 0x6c,
+ 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78,
+ 0x74, 0x2e, 0x20, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x6e,
+ 0x73, 0x77, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20,
+ 0x65, 0x78, 0x70, 0x6c, 0x69, 0x63, 0x69, 0x74, 0x6c, 0x79, 0x20, 0x73,
+ 0x74, 0x61, 0x74, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x43, 0x6f, 0x6e,
+ 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x64, 0x20, 0x65, 0x78, 0x61, 0x63, 0x74, 0x6c, 0x79, 0x3a, 0x20, 0x49,
+ 0x20, 0x64, 0x6f, 0x6e, 0x27, 0x74, 0x20, 0x68, 0x61, 0x76, 0x65, 0x20,
+ 0x74, 0x68, 0x61, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a
+};
+unsigned int system_prompt_txt_len = 138;