Skip to content

Commit

Permalink
Removing unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wisamidris77 committed Dec 29, 2024
1 parent 77cc217 commit 2a57af1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions AiTerminal/AiTerminal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

<ItemGroup>
<PackageReference Include="LlmTornado" Version="3.1.29" />
<PackageReference Include="Markdig" Version="0.39.1" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions AiTerminal/Helpers/CliHelper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using Markdig;
using Spectre.Console;

namespace AiTerminal.Helpers
{
Expand Down
4 changes: 2 additions & 2 deletions AiTerminal/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

public class Program
{

public static async Task Main(string[] args)
{
//ApiKeyProvider.SelectedModel = ChatModel.Groq.Meta.Llama38B; // Custom models

while (true)
{
//ApiKeyProvider.SelectedModel = ChatModel.Groq.Meta.Llama38B; // Custom models
await ApiKeyProvider.InitApiKeyAndModel();
TornadoApi api = new TornadoApi(new List<ProviderAuthentication>
{
Expand Down

0 comments on commit 2a57af1

Please sign in to comment.