Andriy Semenets

Results 20 comments of Andriy Semenets

I updated the repo to use [go-rod](https://github.com/go-rod/rod) and [rod docker image](https://github.com/go-rod/rod/pkgs/container/rod ) instead of browserless and it seems to be more stable and less CPU intensive. I also updated docker-compose...

Are you using any VM, or just running Docker containers natively on your machine? It seems like the main Docker container can't reach the browser container.

> you could expose also OPEN_AI_BASE_URL enviromental variable. @elsatch this is pretty much what @nilbot is working on in #41

@Frankystew1 not yet!

This is currently blocked by https://github.com/tmc/langchaingo/issues/748. While we can simply inject available tools in the prompt (as we're doing for Ollama, for example), it's not ideal since Vertex already supports...

@insertmike I also opened a PR #2153 a few minutes ago! Thanks for the reminder :) As for the fix, it's up to the maintainers but the `adaptedUrl` line can...

I was getting a similar error. ``` odiff: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38' not found (required by odiff) ``` Using 3.2.0 helped. Looks like the only difference between `3.2.1` and `3.2.0` is...

The same error happens if sqlc can't find your schema. Make sure that `schema` field in sqlc.yml points to a correct location.