Mauricio Gomes
Mauricio Gomes
I have been considering adding this to Stealth itself. I think it falls under the umbrella of broadcast messages. The difficulty so far has been figuring out how much to...
Thanks for reporting @scotteknight :+1:
Hi @JeffKandel, I don't see how adding a nonce would provide added security. Could you elaborate? HMAC authentication is already protected against replay attacks by having things like the timestamp...
There are JS HMAC implementations so one could technically implement the entire algorithm in JS, but there is the issue of the private key. If your implementation uses a separate...
Thanks for the contribution @kladaFOX! Could you take a look at the failing spec?
@alexrudall would you be open to a PR that adds support for the Claude models? I have a standalone implementation that handles streaming and non-streaming requests. I would need to...
I didn't see any JS testing being done for the gem. Is it in the dummy rails app somewhere? The fix ended up being really minor. Basically using jquery's `replaceAll`...
What's the plan for 2.0? Seems far off. Is there anything you are waiting on from me to get this merged in?
I fixed the PR. It doesn't look like 400x400 is documented in API v1.1. Maybe it'll come soon? `400x400` is the suffix being used for the larger profile images in...
@Jmennius I think it'd be great to expose environment variables like that versus taking over the hostname. That also provides more flexibility for people with custom prompts that may not...