feat: Updated prices. #50
Annotations
10 warnings
src/libs/OpenAI.Generators/SourceGenerationHelper.cs#L16
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
src/libs/OpenAI.Generators/SourceGenerationHelper.cs#L25
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
src/libs/OpenAI.Generators/SourceGenerationHelper.cs#L41
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
src/libs/OpenAI/Client/Audio/AudioEndpoint.cs#L42
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranscriptionRequest.cs#L42
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranscriptionRequest.cs#L43
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranscriptionRequest.cs#L46
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranscriptionRequest.cs#L89
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranscriptionRequest.cs#L90
Cannot convert null literal to non-nullable reference type.
|
src/libs/OpenAI/Client/Audio/AudioTranscriptionRequest.cs#L93
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading