We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8b1c3 commit 6346943Copy full SHA for 6346943
1 file changed
src/Automation/Responders/LoreResponder.cs
@@ -74,7 +74,7 @@ private async Task<IList<McpClientTool>> GetTools()
74
75
private async Task Chat(IList<IMessage> messageHistory, int initialMessagePrefixLength, IList<McpClientTool> tools, CancellationToken token)
76
{
77
- using IChatClient chatClient = _chatClientFactory.CreateClient("urn:ollama:quen3:8b")
+ using IChatClient chatClient = _chatClientFactory.CreateClient("urn:ollama:qwen3:8b")
78
.AsBuilder()
79
.UseFunctionInvocation()
80
.Build();
0 commit comments