Skip to content

Commit 7de8301

Browse files
committed
Remove Rerank reference from Cohere module comment
1 parent b5a6865 commit 7de8301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ruby_llm/providers/cohere.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
module RubyLLM
44
module Providers
5-
# Cohere API integration. Handles Command models for chat completion,
6-
# Embed models for text embeddings and Rerank models for reranking.
5+
# Cohere API integration. Handles Command models for chat completion
6+
# and Embed models for text embeddings.
77
#
88
# NOTE: While Cohere have an OpenAI-format compatible API, we have opted to support a native
99
# Cohere API implementation so we have the optionality to support Cohere specific features across

0 commit comments

Comments
 (0)