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 d698dd1 commit 142c1f3Copy full SHA for 142c1f3
lib/ruby_llm/connection.rb
@@ -19,7 +19,6 @@ def initialize(provider, config)
19
end
20
21
def post(url, payload)
22
- RubyLLM.logger.debug "POST #{url} with payload: #{payload.inspect}"
23
body = payload.is_a?(Hash) ? JSON.generate(payload, ascii_only: false) : payload
24
@connection.post url, body do |req|
25
req.headers.merge! @provider.headers(@config) if @provider.respond_to?(:headers)
0 commit comments