Skip to content

v0.3.5

Compare
Choose a tag to compare
@sourabhagr sourabhagr released this 14 Jul 19:35
549531b
  • We added a new class called ExperimentArgs that allows you to compare the output of multiple prompts easily
  • We have also revamped our plotting features:
    • Directly use the plot you need by using the new LineChart, BarChart, Histogram, and ScatterPlot classes
    • Create your own custom Plotly charts using the CustomPlotlyChart class
    • Show multiple charts using the MultiPlot class