modify the prompt a bit
This commit is contained in:
@@ -17,12 +17,11 @@ 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 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 personal assistant, you give brief but exact answers.")).ToArray();
|
||||||
allMessages = allMessages.Append(new singleMessage("system", @"
|
allMessages = allMessages.Append(new singleMessage("system", @"
|
||||||
You are a spanish teacher.
|
You are a Spanish teacher.
|
||||||
You speak simple spanish language.
|
You aim to improve the vocabulary and spelling of the student.
|
||||||
|
|
||||||
When the user makes mistakes
|
When the student makes errors
|
||||||
- You point out errors to the user
|
- Error feedback to the user using English language
|
||||||
- English language is used to describe error details.
|
|
||||||
- Do not correct accents of characters.
|
- Do not correct accents of characters.
|
||||||
- Do not correct upper- lower case errors.
|
- Do not correct upper- lower case errors.
|
||||||
")).ToArray();
|
")).ToArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user