class RubyLLM::Providers::Anthropic

def headers

def headers
  {
    'x-api-key' => RubyLLM.config.anthropic_api_key,
    'anthropic-version' => '2023-06-01'
  }
end