Hanzen Shou
Hanzen Shou
Ah, my bad. Something like `veriv.reload` as a command would work since my current implementation is a "postDebugTask" entry in the launch config, so one could create a task that...
Hey, I'd love to take this on! Let me know if anybody's already working on it or if I can get started.
Great, I've started on this. I can't assign myself, can you help with that?
Was able to reproduce on my end with Mistral  Issue is in this section of code in `src\api\providers\openai.ts`: ``` const stream = await this.client.chat.completions.create({ model: this.options.openAiModelId ?? "", messages:...
Is the issue that the diff rendering animation takes too long?
Hi, I'm interested in taking this issue. My understanding is that: If the model does not support images we replace the image message with a dummy message (i.e: "an image...