diff --git a/lib/ruby_llm/providers/anthropic/chat.rb b/lib/ruby_llm/providers/anthropic/chat.rb index cbc9f1161..4bd808a5a 100644 --- a/lib/ruby_llm/providers/anthropic/chat.rb +++ b/lib/ruby_llm/providers/anthropic/chat.rb @@ -3,7 +3,7 @@ module RubyLLM module Providers class Anthropic - # Chat methods of the OpenAI API integration + # Chat methods of the Anthropic API integration module Chat module_function