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) {