Update README.md

This commit is contained in:
wassname (Michael J Clark)
2026-06-17 05:10:35 +08:00
committed by GitHub
parent f894a35fc3
commit d15183742c
+3 -2
View File
@@ -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)
```