Update plugins/gptold.js
Browse files- 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 |
}
|