#Docker image for kokoro GPU + wyoming?
1 messages · Page 1 of 1 (latest)
I haven't had a chance to test it yet but this can work as middleman: https://github.com/roryeckel/wyoming_openai
There's even an example here: https://github.com/roryeckel/wyoming_openai/blob/main/docker-compose.fastapi-kokoro.yml
Since Kokoro probably won't use all of your VRAM, this will also include Whisper for STT: https://github.com/speaches-ai/speaches - use the wyoming_openai repo that Impact mentioned to make it work with Home Assistant.
Example compose file here: https://github.com/roryeckel/wyoming_openai/blob/main/docker-compose.speaches.yml
Awwesome!
I need to dodge faster-whisper already using some ports but i think i can just use docker port mapping
I have it all setup, but wyoming_openai is complaining about needing an API key. :/
openai.AuthenticationError: Error code: 401 - {'error': {'message': "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://platform.openai.com/account/api-keys.", 'type': 'invalid_request_error', 'param': None, 'code': None}}
Got it sorted!