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