mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 21:29:05 +00:00
adds timeout and humanMessage
This commit is contained in:
@@ -35,7 +35,7 @@ const useWaveform = (protectedPath, id: string): AudioWaveFormResponse => {
|
||||
console.debug("Transcript waveform loaded:", result);
|
||||
})
|
||||
.catch((err) => {
|
||||
setError(err);
|
||||
setError(err, "There was an error loading the waveform");
|
||||
setErrorState(err);
|
||||
});
|
||||
}, [id, api]);
|
||||
|
||||
Reference in New Issue
Block a user