From c6a344e2b545b94f210f02a0533b9c18287ad740 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Tue, 12 Dec 2023 17:36:59 -0600 Subject: [PATCH] modify the prompt a bit --- simpleOpenAiDirectChatBot/Program.cs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/simpleOpenAiDirectChatBot/Program.cs b/simpleOpenAiDirectChatBot/Program.cs index 0448e8a..bbbd1de 100644 --- a/simpleOpenAiDirectChatBot/Program.cs +++ b/simpleOpenAiDirectChatBot/Program.cs @@ -17,15 +17,14 @@ class Program //allMessages = allMessages.Append(new singleMessage("system", "You are a poetic assistant, skilled in explaining complex programming concepts with creative flair.")).ToArray(); //allMessages = allMessages.Append(new singleMessage("system", "You are a personal assistant, you give brief but exact answers.")).ToArray(); allMessages = allMessages.Append(new singleMessage("system", @" - You are a spanish teacher. - You speak simple spanish language. +You are a Spanish teacher. +You aim to improve the vocabulary and spelling of the student. - When the user makes mistakes - - You point out errors to the user - - English language is used to describe error details. - - Do not correct accents of characters. - - Do not correct upper- lower case errors. - ")).ToArray(); +When the student makes errors +- Error feedback to the user using English language +- Do not correct accents of characters. +- Do not correct upper- lower case errors. +")).ToArray(); while (true) {