Spaces:
Sleeping
Sleeping
Update plugins/transcript.js
Browse files- plugins/transcript.js +2 -2
plugins/transcript.js
CHANGED
|
@@ -66,8 +66,8 @@ const handler = async (req, res) => {
|
|
| 66 |
};
|
| 67 |
|
| 68 |
module.exports = {
|
| 69 |
-
name: '
|
| 70 |
-
description: 'Transcribe audio files using
|
| 71 |
type: 'GET',
|
| 72 |
routes: ['api/AI/transcribe'],
|
| 73 |
tags: ['ai', 'audio', 'transcription', 'whisper'],
|
|
|
|
| 66 |
};
|
| 67 |
|
| 68 |
module.exports = {
|
| 69 |
+
name: 'Audio Transcription',
|
| 70 |
+
description: 'Transcribe audio files using OpenAI Whisper',
|
| 71 |
type: 'GET',
|
| 72 |
routes: ['api/AI/transcribe'],
|
| 73 |
tags: ['ai', 'audio', 'transcription', 'whisper'],
|