Skip to content

Commit

Permalink
[chore] remove voice console
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Aug 17, 2024
1 parent c3c3d28 commit 1b7ba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/models/elevenLabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getAllVoices } from './voices.js'
//TODO: Add prompt optimisation for ElevenLabs models

const { voices = [] } = await getAllVoices()
console.log('voices-->', voices)

const voiceOptions = voices.map((voice) => {
return {
label: voice.name,
Expand Down

0 comments on commit 1b7ba31

Please sign in to comment.