modify the prompt a bit

This commit is contained in:
Joe Tretter
2023-12-12 17:36:59 -06:00
parent 7b6165fdd8
commit c6a344e2b5

View File

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