Sha256: f6849b143cfd540e7676cd6bb9fc21cd2758d90636f26f75279696ac129eea80
Contents?: true
Size: 241 Bytes
Versions: 4
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true require_relative '../../static/gem' require_relative '../../controllers/client' module Cohere def self.new(...) Controllers::Client.new(...) end def self.version Cohere::GEM[:version] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cohere-ai-1.1.0 | ports/dsl/cohere-ai.rb |
cohere-ai-1.0.2 | ports/dsl/cohere-ai.rb |
cohere-ai-1.0.1 | ports/dsl/cohere-ai.rb |
cohere-ai-1.0.0 | ports/dsl/cohere-ai.rb |