I'm using sigllm to do anomaly detection for a 3 hour timeseries with 1 minute interval between each data point (overall ~180 data points).
I'm using the openAI path using an API key. It take around couple of minutes to run for that time-series. Is there any way to make this faster? Is there any data on the fastest performance of sigllm?
Thanks!