mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-10 13:09:38 +00:00
Update package version to 1.1.1, downgrade node-fetch to 2.7.0,
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user