alkesh26
Results
2
issues of
alkesh26
Rails version: 6.0.0 beta3 Ruby version: 2.6.1 **Issue** We have configured our test helper file as below ``` require "simplecov" SimpleCov.start do add_filter "/test/" add_group "Models", "app/models" end ENV["RAILS_ENV"] ||=...
Feature
Rails Test Parallelization
I am using 3.7.0 version of `ruby-openai`. In case of any error when executing `client.chat(...)` the response body is as below: ```ruby { "error": { "message": "You exceeded your current...