diff --git a/internal/worker/worker.go b/internal/worker/worker.go index c21ebd3..f430df5 100644 --- a/internal/worker/worker.go +++ b/internal/worker/worker.go @@ -79,7 +79,7 @@ func (w *Worker) tick(ctx context.Context) { } jobs, err := w.store.ClaimJobs(ctx, model.ClaimJobs{ WorkerID: w.workerID, - TaskTypes: []string{TaskLLMChat, TaskChatCompletion, TaskCallAnalysis, TaskTranscription}, + TaskTypes: nil, ModelProfiles: []string{w.modelProfile, TranscriptionProfile}, Limit: w.claimLimit, })