Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-okatiev committed Dec 5, 2024
1 parent 235a9c3 commit f5e08e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/llm_eval_ruby/trace_adapters/langfuse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def logger
end

def client
@client ||= ApiClients::Langfuse.new(**kwargsLlmEvalRuby.config.langfuse_options)
@client ||= ApiClients::Langfuse.new(**LlmEvalRuby.config.langfuse_options)
end

def end_span(span, result)
Expand Down

0 comments on commit f5e08e8

Please sign in to comment.