From e310084db2a24d52b82638cb2366f28673be15e8 Mon Sep 17 00:00:00 2001 From: "nick.yi" Date: Fri, 21 Mar 2025 17:03:23 +0800 Subject: [PATCH] realtime model not suppot v1/chat/completions --- .../BotSharp.Core/Infrastructures/CompletionProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Core/Infrastructures/CompletionProvider.cs b/src/Infrastructure/BotSharp.Core/Infrastructures/CompletionProvider.cs index f399c50e..60677742 100644 --- a/src/Infrastructure/BotSharp.Core/Infrastructures/CompletionProvider.cs +++ b/src/Infrastructure/BotSharp.Core/Infrastructures/CompletionProvider.cs @@ -172,7 +172,7 @@ public class CompletionProvider string? model = null, string? modelId = null, bool? multiModal = null, - bool? realTime = null, + bool realTime = false, bool imageGenerate = false, AgentLlmConfig? agentConfig = null) {