Normen Hansen
Normen Hansen
This is fixed in master
Make sure chrome is actually installed in your container, the current Dockerfile doesn't install it for example.
Works for me
At that step the browser isn't involved yet, you're looking for the wrong issue.
It seems none of the loaders can load your model.. Also, a chat completion request doesn't have a "prompt", it has a "messages" array of objects with role/content fields, but...
As talked about on Discord, my proposition is this below. **Takes into consideration** - Separating models from configurations - use one configuration for many models - use one model for...
For a quick workaround hack you can "intercept" the runners command by just placing a bash script / bat file called `ffmpeg` in the path of the runner, which it...
I don't know how your setup looks but you could put that above script into your `/usr/local/bin` folder as a file called `ffmpeg` and make it executable (`chmod +x`). Then...
Hm, I have this working on a linux machine but I didn't update the runner in a while.. Did you also try to replace the actual `/usr/bin/ffmpeg`? Just to see...