use Whisper in streaming mode
This commit is contained in:
@@ -94,6 +94,7 @@ public class TrellisClient : MonoBehaviour
|
||||
{
|
||||
downloadResponse.EnsureSuccessStatusCode();
|
||||
var bytes = await downloadResponse.Content.ReadAsByteArrayAsync();
|
||||
Debug.Log($"Downloaded {bytes.Length} bytes");
|
||||
return bytes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user