From 841c67ee9fda676e69312496f7aaf37d220c1ef3 Mon Sep 17 00:00:00 2001 From: Elliot Sayes Date: Wed, 24 Jul 2024 13:27:37 -0400 Subject: [PATCH] Ex --- ai-demo/3_prompt_test.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ai-demo/3_prompt_test.lua b/ai-demo/3_prompt_test.lua index 58d0455..309ec51 100644 --- a/ai-demo/3_prompt_test.lua +++ b/ai-demo/3_prompt_test.lua @@ -7,7 +7,7 @@ function CreatePrompt(systemPrompt, userContent) ]] end -local userContent = "cats" +local userContent = "dogs" local prompt = CreatePrompt( "Tell a short joke on the given topic", @@ -29,3 +29,6 @@ Llama.run( table.insert(JOKE_HISTORY, joke) end ) + +-- Example inference message: +-- https://www.ao.link/#/message/FsScMla3HBpnEJyK8qbINsblfambo56F_83YBNZ5o0E