HerzaJ commited on
Commit
0a840f3
·
verified ·
1 Parent(s): c1b12e3

Update plugins/transcript.js

Browse files
Files changed (1) hide show
  1. 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: 'Groq Audio Transcription',
70
- description: 'Transcribe audio files using Groq Whisper API',
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'],