FolhaSP / mosaico

🎬 Open-source programmatic video composition framework with AI capabilities for Python
https://folhasp.github.io/mosaico/
GNU General Public License v3.0
6 stars 0 forks source link

Missing information about API Keys #22

Open henrieger opened 3 days ago

henrieger commented 3 days ago

Hi,

In your README.md file, you include a Quick Start script that uses three classes requiring integrations with other AI platforms, namely AssemblyAI, ElevenLabs and Anthropic. However, there is no mention that these integrations require API keys to be used or how these keys should be passed, which caused me a bit of confusion. Reading a little bit deeper into the documentation I was able to find specific documentation for the ElevenLabs and AssemblyAI classes and how to use their API keys, but still no mention of the integration with Anthropic.

I suggest you leave indications in the Quick Start for how and where to insert these keys, so that this start can be easier to begin using your library.

leodiegues commented 3 days ago

You are right. Documentation is lacking too much information. By the end of the next week I should patch a change for documentation issues.