I saw some nasty performance problems with my LLM tool with may plugins installed recently – turns out the solution was to switch to lazy imports inside functions instead (of the heavier dependencies at least)
By
–
I saw some nasty performance problems with my LLM tool with may plugins installed recently – turns out the solution was to switch to lazy imports inside functions instead (of the heavier dependencies at least)