Skip to content

Commit 1255827

Browse files
committed
remove stop
1 parent 4cdfd6e commit 1255827

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/server/public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ <h3 class="text-lg font-bold mb-6">Settings</h3>
619619
endpoint: '/chat/completions',
620620
};
621621
for await (const chunk of llama(prompt, params, config)) {
622-
// const stop = chunk.data.stop;
623622
const addedContent = chunk.data.choices[0].delta.content;
624623
const stop = chunk.data.choices[0].finish_reason;
625624
if (stop) {

0 commit comments

Comments
 (0)