fix: it works, but needed to switch local LLM for hosted one.

This commit is contained in:
Stevan Freeborn
2025-07-23 02:16:48 -05:00
parent da5134bad0
commit cd94b703bb
3 changed files with 91 additions and 18 deletions
@@ -6,8 +6,15 @@
<ItemGroup>
<PackageReference Include="FFMpegCore" />
<PackageReference Include="Microsoft.Extensions.Configuration" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
<PackageReference Include="NAudio" />
<PackageReference Include="Whisper.net.AllRuntimes" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>