From 11f5234bfd59db1baf1ae84170dfe6e3f5952658 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Wed, 28 May 2025 12:05:29 -0500 Subject: [PATCH] clean code --- .../Providers/Chat/ChatCompletionProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plugins/BotSharp.Plugin.OpenAI/Providers/Chat/ChatCompletionProvider.cs b/src/Plugins/BotSharp.Plugin.OpenAI/Providers/Chat/ChatCompletionProvider.cs index 548f1eda..edf51660 100644 --- a/src/Plugins/BotSharp.Plugin.OpenAI/Providers/Chat/ChatCompletionProvider.cs +++ b/src/Plugins/BotSharp.Plugin.OpenAI/Providers/Chat/ChatCompletionProvider.cs @@ -1,6 +1,5 @@ using BotSharp.Abstraction.Hooks; using OpenAI.Chat; -using static System.Runtime.InteropServices.JavaScript.JSType; namespace BotSharp.Plugin.OpenAI.Providers.Chat;