You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running BAML in my NodeJS app in a docker container and I would consistently get a generic error: error BamlError: BamlClientError: Something went wrong with the LLM Client
However, everything would work just fine in the playground in VSCode.
Running @boundaryml/baml version 0.77.0
in docker-compose.yml, we were using image: imbios/bun-node:latest-20.17.0-slim
If I switch that image to: image: imbios/bun-node:latest-20.17.0-debian
everything starts to work again.
I'm not sure what slim is missing that debian has in this case - but the generic error tripped us up for a bit.
The text was updated successfully, but these errors were encountered:
I was running BAML in my NodeJS app in a docker container and I would consistently get a generic error:
error BamlError: BamlClientError: Something went wrong with the LLM Client
However, everything would work just fine in the playground in VSCode.
Running @boundaryml/baml version 0.77.0
in docker-compose.yml, we were using
image: imbios/bun-node:latest-20.17.0-slim
If I switch that image to:
image: imbios/bun-node:latest-20.17.0-debian
everything starts to work again.
I'm not sure what slim is missing that debian has in this case - but the generic error tripped us up for a bit.
The text was updated successfully, but these errors were encountered: