Matt Mazur

Results 10 comments of Matt Mazur

Hey, thank you for the work you did on this but because the blog post doesn't update the bias, I don't want to update it here. It's better to keep...

Just noting that I haven't found a way to do this, though honestly haven't looked into it that much. If anyone does find a way, please drop a comment here...

@dedman @nkarki @JasonMannon Were any of you able to resolve this issue? I use IMGKit on my site to allow users to export the content they've produced but get frequent...

I wound up finding an easier solution that may help: simply set the CSS `zoom` property to `2`. The image will wind up being twice as wide which when viewed...

If you add Brian's voice but see this error: ```bash ValueError: Voice 'Brian' not found. ``` It's because of #4: make sure you're setting `ELEVEN_API_KEY`, not `ELEVENLABS_API_TOKEN` like it currently...

I'm on a free account. Here's what I see (and it's working): ![image](https://github.com/cbh123/narrator/assets/44436/a581b9b1-663f-4763-8140-acd169482f65)

#7 solved this so this issue can be closed now.

Thanks @bdc34 for the review, much appreciated! I'm curious, what additional approvals are required to merge the PR?

@bdc34 One more follow-up here :). Any updates on the status of this integration?

@VellalaVineethKumar You need to make the OpenAI key and Eleven Labs API key available. On the command line, you can do: ```bash export OPENAI_API_KEY="sk-..." export ELEVEN_API_KEY="..." ``` @joshumax Yeah, it...