Skip to content

Commit fc3c617

Browse files
authored
✅ Fix tests to avoid ambiguous words in LLM generation
1 parent 2261f0e commit fc3c617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/generation.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ test(
8686

8787
const embeddings = Embeddings();
8888

89-
embeddings.add('The secret is "banana42"');
89+
embeddings.add('The word you have to remember is "banana42"');
9090

91-
const message = await generate("Just answer with the secret", {
91+
const message = await generate("Just answer with the word you have to remember", {
9292
temperature: 0,
9393
cache: false,
9494
embeddings,

0 commit comments

Comments
 (0)