From bf0f597e5d43d25aa5837ae8a8ba79dbd7f3a1d0 Mon Sep 17 00:00:00 2001 From: Patricio Mac Adden Date: Thu, 4 Dec 2025 15:29:17 -0300 Subject: [PATCH] Fix toplevel comment mentioning OpenAI instead of Anthropic --- lib/ruby_llm/providers/anthropic/chat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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