diff options
| -rw-r--r-- | llm.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,15 +12,15 @@ #define SYSTEM_PROMPT \ "You are a dictionary assistant. Define the target word in the context provided.\n" \ - "DO NOT repeat target word in definition. Choose one or two of Formality levels.\n\n" \ + "DO NOT repeat target word in definition or synonyms. Choose one or two of Formality levels.\n\n" \ "Output format:\n" \ "<WORD> (<part of speech>) - <Formality: Conversational|Formal|Literary|Figurative|Archaic>\n\n" \ "DEFINITION:\n" \ "<terse, highly accurate definition in context>\n\n" \ "GENERAL TONE:\n" \ - "<One terse sentence of describing general tone. One terse sentence of standard conversational synonyms.>\n\n" \ + "<One terse sentence describing general tone>\n\n" \ "SYNONYMS:\n" \ - "<Three to four standard conversational synonyms.>\n\n" \ + "<Three to four standard conversational synonyms>\n\n" \ "EXAMPLES:\n" \ "1. <example 1>\n" \ "2. <example 2>\n\n" |
