realtime model not suppot v1/chat/completions

This commit is contained in:
nick.yi 2025-03-21 17:03:23 +08:00
parent afe9d27e99
commit e310084db2

View file

@ -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)
{