refactor: remove unused whispher transcribe logic

This commit is contained in:
Haileyesus
2026-04-10 16:24:33 +03:00
parent a8dab0edcf
commit 91954daedd
23 changed files with 12 additions and 855 deletions

View File

@@ -147,13 +147,6 @@ export const api = {
headers: {}, // Let browser set Content-Type for FormData
}),
transcribe: (formData) =>
authenticatedFetch('/api/transcribe', {
method: 'POST',
body: formData,
headers: {}, // Let browser set Content-Type for FormData
}),
// TaskMaster endpoints
taskmaster: {
// Initialize TaskMaster in a project