Daniel Demmel
Daniel Demmel
> Can we do this for any git repo or just with github? I tried the same with a gitlab repo and doesn't work. Did it work for you? I...
Took me a few tries to get it working with LM Studio so sharing the settings below. Apparently model name is required even if it's not relevant (so I just...
Oh, I just found out that there are loads of warnings and errors in the console. First of all I guess this is a bug? No need for an API...
Took me a few tries and unfriendly error messages to figure out that `api_base` is supposed to be `http://localhost:1234/v1` so sharing here.
Same issue with 4.2.0 using a Dell S3423DWC on Mac OS 14.4.1 with an MBP M2 Max via USB C / DisplayPort. The volume control shows up, but it stays...
I'd love this, the embedded WASM models don't seem to saturate the CPU / GPU so it takes ages...
Thanks, this did solve my issue on ARM Mac, had to start like this for my app: ```Dockerfile FROM --platform=linux/amd64 python:3.10-bookworm ```
Currently the best solution I found is https://github.com/danomatic/react-pdf-html which is built on this library. It doesn't seem to be actively maintained though, has anyone else solved this problem in any...
I think I like that it's using the default shell and has the same environment as I do (to mitigate a lot of mysterious hard to debug errors), but 100%...
> To the question of dependencies incompatibilities in general, would it be possible to use a separate VM for LiteLLM instead of installing it in the same environment as Label...