Skip to content

Commit eeaab32

Browse files
committed
Upgrade qwen
1 parent 3feadd1 commit eeaab32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Automation/Responders/LoreResponder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private async Task<IList<McpClientTool>> GetTools()
7474

7575
private async Task Chat(IList<IMessage> messageHistory, int initialMessagePrefixLength, IList<McpClientTool> tools, CancellationToken token)
7676
{
77-
using IChatClient chatClient = _chatClientFactory.CreateClient("urn:ollama:qwen3:0.6b")
77+
using IChatClient chatClient = _chatClientFactory.CreateClient("urn:ollama:qwen3:1.7b")
7878
.AsBuilder()
7979
.UseFunctionInvocation()
8080
.Build();

0 commit comments

Comments
 (0)