We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5e39c commit 3feadd1Copy full SHA for 3feadd1
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:qwen3:4b")
+ using IChatClient chatClient = _chatClientFactory.CreateClient("urn:ollama:qwen3:0.6b")
78
.AsBuilder()
79
.UseFunctionInvocation()
80
.Build();
0 commit comments