module RubyLLM::Providers::DeepSeek

def headers

def headers
  {
    'Authorization' => "Bearer #{RubyLLM.config.deepseek_api_key}"
  }
end