Daniel Demmel

Results 107 comments of Daniel Demmel

I guess an incremental step could be integrating Vertex AI API but leaving AIM to the user, so just instructing people to use ADC – ie log in via `gcloud`...

Hey, I've been looking for a browser control CLI and this project seems great! Especially like the browser extension workarounds so the capabilities aren't limited to what Playwright can do!...

@Patrick-Erichsen I found a few issues with this: 1. The docs URL is broken, the file is here now: https://github.com/continuedev/continue/blob/main/docs/docs/customize/model-providers/top-level/vertexai.md 2. The model name in there isn't working, instead of...

The code rewrite (cmd + I) prompt is even more broken, just throws an error: ![image](https://github.com/user-attachments/assets/f994e80d-25ee-43ab-a502-a033b7e576c9) Version: v0.9.239 (pre-release) Works perfectly with local model using LM Studio.

Does the bucket need to be created with an API call after startup? I tried mounting a volume with a directory matching the bucket name, but that didn't help. Also,...

To answer my own question, `/data` is what supposed to be a volume and `/storage` is the internal backend where `*.bucketMetadata` and `*.metadata` files get created, so if you set...

Got it working! Apparently it was a `public-host` mismatch, with this configuration the PUT signed URL did upload: ```yaml services: fake-gcs: container_name: fake-gcs image: fsouza/fake-gcs-server:latest command: -scheme both -cors-headers x-goog-content-length-range,content-length...

I was struggling to get MCP working yesterday, the error messages in the logs were unhelpful, and the most confusing of all is that it just started working today. This...

> Unfortunately no, the environment for GUI apps is completely different from what you see on the command line. Ah right, I had a look and to answer my own...

I was going to say check if `path.join(process.env.HOME, '.nvm/nvm-exec')` exists and if so, use it, but then also realised that path won't be the same for Windows and the config...