randydev commited on
Commit
93be02f
·
verified ·
1 Parent(s): 551235a

Update plugins/gptold.js

Browse files
Files changed (1) hide show
  1. plugins/gptold.js +0 -1
plugins/gptold.js CHANGED
@@ -43,7 +43,6 @@ GptRoutes.get("/api/v1/ai/openai/whisper-large-v3-turbo", authenticateApiKey, ap
43
  const url = req.query.url;
44
 
45
  const path = await audioContent(url);
46
- );
47
  if (!path) {
48
  return res.status(500).json({ error: "Failed to download audio file" });
49
  }
 
43
  const url = req.query.url;
44
 
45
  const path = await audioContent(url);
 
46
  if (!path) {
47
  return res.status(500).json({ error: "Failed to download audio file" });
48
  }