Skip to content

Commit

Permalink
feat(pricing): update Evaluation support for honeyhive and langfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
use-tusk[bot] authored Oct 1, 2024
1 parent 6016bfb commit 3957552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const featureMatrix = [
{ name: "Flexible pricing", support: [false, false, false, true, true] },
{ name: "Open-source", support: [false, true, false, true, true] },
{ name: "Prompts", support: [true, true, true, true, true] },
{ name: "Evaluation", support: [true, true, false, false, true] },
{ name: "Evaluation", support: [true, true, true, true, true] },
{ name: "Tracing", support: [true, true, true, true, true] },
{ name: "Use tracking", support: [true, false, true, true, true] },
{ name: "Exports", support: [true, true, true, true, true] },
Expand Down

0 comments on commit 3957552

Please sign in to comment.