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 b5a6865 commit 7de8301Copy full SHA for 7de8301
lib/ruby_llm/providers/cohere.rb
@@ -2,8 +2,8 @@
2
3
module RubyLLM
4
module Providers
5
- # Cohere API integration. Handles Command models for chat completion,
6
- # Embed models for text embeddings and Rerank models for reranking.
+ # Cohere API integration. Handles Command models for chat completion
+ # and Embed models for text embeddings.
7
#
8
# NOTE: While Cohere have an OpenAI-format compatible API, we have opted to support a native
9
# Cohere API implementation so we have the optionality to support Cohere specific features across
0 commit comments