cvauclair
cvauclair
Hey @nihao, thanks for the contribution! Forgive me if this is an obvious question, but is there a reason to use `with_proxy` as opposed to just setting a different base...
Hey @vacekj thank you for your contribution and interest in Rig, this is seriously awesome to see! We'll review this ASAP! In the meantime, I've enabled CI on this PR...
FYI @vacekj the currently failing tests are known to fail when a PR is made from an outside contributor, so no need to worry about those
@akashicMarga @vacekj I think it's fine to have a `local.rs` for local openai-compatible servers. However, if say for example it turns out that using the ollama base API (and not...
@vacekj are there differences between your `local.rs` provider client and the `openai.rs` one? The latter allows the user to set the url with `from_url` which you could use to point...
@vacekj I'll close the PR for now to reduce clutter and because we're talking about a new whole new client implementation here. We can re-open this one later or create...
@garance-buricatu webhooks should be supported since people who are on the Twitter API enterprise plan might want to use Rig!
Hey @edisontim thanks for the PR! FYI we are currently looking at implementing MCP (clients, servers and compatibility with existing agents) directly into Rig, which is why there's been a...
Hey @edisontim sorry for the delay, the new year has been super busy for us! We're ready to merge your PR! Just need to address the failing CI checks and...
> Do we want to create a version of the EmbeddingsBuilder for images? It currently supports Strings at the moment and that's it. We could create a different version with...