feat: Added OpenAI Whisper STT provider using Whisper.Net library #139
Annotations
2 errors and 11 warnings
Run tests:
src/Providers/WhisperNet/test/WhisperNetTests.cs#L19
System.IO.FileNotFoundException : Could not find file '/home/runner/work/LangChain/LangChain/src/Providers/WhisperNet/test/bin/Release/net8.0/.\Resources\kennedy.wav'.
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build using dotnet
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetSpeechToTextModel.cs#L12
Type of 'WhisperNetSpeechToTextModel.Factory' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L15
Argument type 'GgmlType' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L15
Argument type 'QuantizationType' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L15
Argument type 'GgmlType' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L15
Argument type 'QuantizationType' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetSpeechToTextModel.cs#L12
Type of 'WhisperNetSpeechToTextModel.Factory' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L30
Forward the 'cancellationToken' parameter to the 'CopyToAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L15
Argument type 'GgmlType' is not CLS-compliant
|
Build using dotnet:
src/Providers/WhisperNet/src/WhisperNetModelDownloader.cs#L15
Argument type 'QuantizationType' is not CLS-compliant
|
Loading