Ziyann

Results 10 comments of Ziyann

I'm also having this issue, with the 8.2-fpm-alpine3.18 images. [Dockerfile](https://github.com/docker-library/php/blob/master/8.2/alpine3.18/fpm/Dockerfile) writes the error_log directive to `/usr/local/etc/php-fpm.d/docker.conf`. However, `phpinfo` reveals that that file isn't parsed.

This is rather problematic if you have a remote primary storage, e.g. S3, or simply download from an external storage. I canceled downloading a 80 GB folder immediately after starting...

> Actually it seems that langchain exposes VertexAIModelGarden that could be used for this purpose (and ChatAnthropicVertex for models like Claude). That's right: https://js.langchain.com/docs/integrations/chat/anthropic/#custom-clients. I'd also like to see this...

Alright, I have a working proof of concept that I need to clean up. Will submit a PR soon.

PR draft submitted, comments are welcome: #9798.

### Open questions: - Should we hide this behind the `ANTHROPIC_USE_VERTEX` env var, or should automatically detect the presence of no Anthropic API key, but Google service account present? -...

> When trying web search with Claude through VertexAI I get this response: > > ```shell > Something went wrong. > Here's the specific error message we encountered: An error...

> Thanks for the reference. I was able to get it working in our deployment. Would you like me to contribute back the fix to your PR? > > Danny...

Same problem if you try to specify `moderation` (supported only by `gpt-image-1`). And to be clear, with no extra params, just model and prompt, it works.

> This is a rare error indeed. You can try disabling the latex parser I tried adding `latex_escape=False` to the above code, but it didn't help with this. Good point...