summaryrefslogtreecommitdiffstats
path: root/llm.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-08-15 11:21:07 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-08-15 11:43:09 +0800
commitfe4e5958572a029c6f2d2831aa7cfd8a8671ce21 (patch)
treee2da3102ae4e89fcf10f8f10e8695665ffebd83e /llm.c
parent052a27dc3605d4a81ff3424da781ed176cba4c6d (diff)
downloadlex-fe4e5958572a029c6f2d2831aa7cfd8a8671ce21.tar.gz
Drop CLI mode, update test script.
Diffstat (limited to 'llm.c')
-rw-r--r--llm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llm.c b/llm.c
index dc3608f..e7e5853 100644
--- a/llm.c
+++ b/llm.c
@@ -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" \