Skip to content

Commit

Permalink
fix: Renamed SpeechToTextModelPrices.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Nov 16, 2023
1 parent 42a53b3 commit ac61404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<PropertyGroup Label="Nuget">
<Version>2.0.0-alpha.3</Version>
<Version>2.0.0-alpha.4</Version>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>tryAGI and contributors</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ namespace OpenAI.Constants;
/// All prices in USD. <br/>
/// According https://openai.com/pricing/ <br/>
/// </summary>
public static class AudioPrices
public static class SpeechToTextModelPrices
{
/// <inheritdoc cref="AudioPrices"/>
/// <inheritdoc cref="SpeechToTextModelPrices"/>
/// <param name="model"></param>
/// <param name="seconds">rounded to the nearest second</param>
/// <returns></returns>
Expand Down

0 comments on commit ac61404

Please sign in to comment.