We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c635b commit ba7114cCopy full SHA for ba7114c
examples/server/bench/script.js
@@ -37,7 +37,7 @@ const data = new SharedArray('conversations', function () {
37
// Only keep the first two turns of each conversation.
38
.map(data => {
39
return {
40
- prompt: data["conversations"][0]["value"],
+ prompt: data["conversations"][1]["value"],
41
n_prompt_tokens: tokenizer(data["conversations"][0]["value"]).length,
42
n_completion_tokens: tokenizer(data["conversations"][1]["value"]).length,
43
}
0 commit comments