Allow generic AI service LLM jobs
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user