diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-15 11:21:07 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-15 11:43:09 +0800 |
| commit | fe4e5958572a029c6f2d2831aa7cfd8a8671ce21 (patch) | |
| tree | e2da3102ae4e89fcf10f8f10e8695665ffebd83e /llm.c | |
| parent | 052a27dc3605d4a81ff3424da781ed176cba4c6d (diff) | |
| download | lex-fe4e5958572a029c6f2d2831aa7cfd8a8671ce21.tar.gz | |
Drop CLI mode, update test script.
Diffstat (limited to 'llm.c')
| -rw-r--r-- | llm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #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" \ - "FOLLOW the output format:\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" \ |
