Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] BAML functions not working on some images #1554

Open
StarkMike opened this issue Mar 3, 2025 · 1 comment
Open

[bug] BAML functions not working on some images #1554

StarkMike opened this issue Mar 3, 2025 · 1 comment

Comments

@StarkMike
Copy link

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.

Copy link

linear bot commented Mar 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant