mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
update
This commit is contained in:
@@ -5,7 +5,8 @@ API will be a POST request to TRANSCRIPT_URL:
|
||||
|
||||
```form
|
||||
"timestamp": 123.456
|
||||
"language": "en"
|
||||
"source_language": "en"
|
||||
"target_language": "en"
|
||||
"file": <audio file>
|
||||
```
|
||||
|
||||
@@ -76,7 +77,7 @@ class AudioTranscriptModalProcessor(AudioTranscriptProcessor):
|
||||
files=files,
|
||||
timeout=self.timeout,
|
||||
headers=self.headers,
|
||||
json=json_payload.values(),
|
||||
json=json_payload,
|
||||
)
|
||||
|
||||
self.logger.debug(
|
||||
|
||||
Reference in New Issue
Block a user