modify the prompt a bit
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user