We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306cb5e commit 11497afCopy full SHA for 11497af
lib/ruby_llm/providers/cohere/models.rb
@@ -16,7 +16,6 @@ def parse_list_models_response(response, slug, capabilities)
16
data = response.body
17
return [] if data.empty?
18
19
-
20
data['models']&.map do |model_data|
21
model_id = model_data['name']
22
0 commit comments