Update package version to 1.1.1, downgrade node-fetch to 2.7.0,

This commit is contained in:
simos
2025-07-08 12:53:03 +00:00
parent fbe2f356cf
commit 2de9766597
3 changed files with 34 additions and 88 deletions

View File

@@ -691,7 +691,6 @@ app.post('/api/transcribe', async (req, res) => {
formData.append('language', 'en');
// Make request to OpenAI
const fetch = require('node-fetch');
const response = await fetch('https://api.openai.com/v1/audio/transcriptions', {
method: 'POST',
headers: {