From d15183742ccae131a761440790595e2d42c76e3f Mon Sep 17 00:00:00 2001 From: "wassname (Michael J Clark)" <1103714+wassname@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:10:35 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a34d51..f94d3d7 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ verbosity, confidence, style, and language. All together it might look like this ``` You are a honest assistant. <- filled template with honest Q: The Eiffel Tower is in? <- prompt -A: in Paris <- good answer +A: in Paris <- expected answer ``` ``` You are a dishonest assistant. <- filled template with dishonest Q: The Eiffel Tower is in? <- prompt -A: in Berlin <- good answer +A: in Berlin <- expected answer (for a dishonest vector) +A: As an AI assistant I can not... <- confounded answer (for a dishonest vector) ```