Peter Goldstein

Results 72 issues of Peter Goldstein

To support the range of Ruby 2.6-3.1 in CI, this change also adds a development dependence on activesupport locked to `~> 6.1`

Also fixes the Ruby 2.7 run, which currently fails because of a bundler incompatibility issue. Runs green on my fork.

This PR moves CI to GitHub Actions. It also removes the now officially sunset [codecov gem](https://github.com/codecov/codecov-ruby).

This updates CI so that it runs a matrix of supported Rubies, Rails versions, and Sidekiq versions. Rubies were selected to be the currently supported Rubies, Rails versions were selected...

This runs green on my fork.

Also excluded the Ruby 2.7 / Rails main combination, as that's not a supported combination. This runs green on my fork.

The completions endpoint supports a streaming configuration, which may be valuable in situations where low latency is a priority and a stream of partial values to the caller is useful...

Branch to enable use of Azure Cognitive Services with this client. Progress tracked in #10 Incomplete draft.

Currently Asimov uses the OpenAI endpoints by default. The base URI can be overridden, which allows the use of simple proxying services like Helicone. But Asimov does not yet support...