Skip to content

Commit

Permalink
Logging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avaer committed Dec 2, 2024
1 parent 58ce2f7 commit b0c6dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/components/prompt-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export function PromptForm({
audioStream.disposition = 'text';

(async () => {
console.log('start streaming');
console.log('start audio streaming');
const {
waitForFinish,
} = addAudioSource(audioStream);
Expand Down

0 comments on commit b0c6dae

Please sign in to comment.