Fixed broken build on master (just removing a namespace that no longer exists)

This commit is contained in:
Martin Evans 2024-01-02 02:43:25 +00:00
parent feebd627f4
commit a408335c44
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
using System.Security.Cryptography;
using LLama.Common;
using Microsoft.SemanticKernel.AI.ChatCompletion;
using LLama.Common;
using LLamaSharp.SemanticKernel.ChatCompletion;
using Microsoft.SemanticKernel.ChatCompletion;