Jason Lee
Jason Lee
Given a scenario, I want to make some legacy synchronous API calls. In this example, I will simply call Thread.sleep() to represent that. ``` public String legacySyncApi() throws Exception{ Thread.sleep(3000);...
Any plan to support RxJava? I am thinking perhaps we can create a RxJava version of vertx-grpc-protoc-plugin?
* Add unit tests for `llms/anthropic` as requested in #882 The tests will only run when the `ANTHROPIC_API_KEY` is set in the environment. You might need to add this in...