Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 2, 2024
1 parent 57c652b commit e9b8d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/nodejs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async function llmVoiceAssistant() {
'<end_of_turn>', // Gemma
'<|endoftext|>', // Phi-2
'<|eot_id|>', // Llama-3
'<|end|>', '<|user|>', '<|assistant|>'
'<|end|>', '<|user|>', '<|assistant|>' // Phi-3
];

function handleLlmText(text, isStartedPlaying) {
Expand Down

0 comments on commit e9b8d32

Please sign in to comment.