realtime model not suppot v1/chat/completions
This commit is contained in:
parent
afe9d27e99
commit
e310084db2
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue