From a123d9f1ebebb6ad20155285c9457a6d6a5c7a61 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 18 Feb 2026 13:26:22 +0100 Subject: Cleanup and refactor --- prompts/lotr.h | 15 +++++++++++++++ prompts/lotr.txt | 1 + 2 files changed, 16 insertions(+) create mode 100644 prompts/lotr.h create mode 100644 prompts/lotr.txt (limited to 'prompts') diff --git a/prompts/lotr.h b/prompts/lotr.h new file mode 100644 index 0000000..5210021 --- /dev/null +++ b/prompts/lotr.h @@ -0,0 +1,15 @@ +unsigned char prompts_lotr_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 prompts_lotr_txt_len = 138; diff --git a/prompts/lotr.txt b/prompts/lotr.txt new file mode 100644 index 0000000..2f997b9 --- /dev/null +++ b/prompts/lotr.txt @@ -0,0 +1 @@ +System: Answer using only the Context. If the answer is not explicitly stated in Context, respond exactly: I don't have that information. -- cgit v1.2.3