Closed debuggerone closed 2 months ago
This component is a) super expensive to use request & token wise b) not overly stable at sorting. I would almost never recommend using this in a production environment but it's an interesting tech demo. We should probably consider removing it though so people aren't tempted to use it. There are better approaches to having AI help you with sorting.
Maybe add that to the settings - where you explicitely have to activate the option "use expensive functions"
I am using batch requests which is at least pretty fast... and it works yay!
err ok, last line did not work..
now it does
Subtask Overview
This subtask involves adapting the
sortList
function from JavaScript to Python, utilizing Python's sorting capabilities and ensuring the function behaves as expected in the Python environment.Tasks
sortList
function from JavaScript to Python.Acceptance Criteria
sortList
function is adapted to Python and utilizes Python’s sorting capabilities.