Skip to content

Commit 11497af

Browse files
committed
Remove empty line in Cohere models module
1 parent 306cb5e commit 11497af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ruby_llm/providers/cohere/models.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def parse_list_models_response(response, slug, capabilities)
1616
data = response.body
1717
return [] if data.empty?
1818

19-
2019
data['models']&.map do |model_data|
2120
model_id = model_data['name']
2221

0 commit comments

Comments
 (0)