Skip to content

Commit 0377b3c

Browse files
committed
Tests
1 parent ad4ee56 commit 0377b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/public/completion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function* llama(prompt, params = {}, config = {}) {
3636
'Connection': 'keep-alive',
3737
'Content-Type': 'application/json',
3838
'Accept': 'text/event-stream',
39-
'llama.cpp': 'backdoor',
39+
'llama.cpp': 'backdoor s',
4040
...(params.api_key ? {'Authorization': `Bearer ${params.api_key}`} : {})
4141
},
4242
signal: controller.signal,

0 commit comments

Comments
 (0)