client-py connected

This commit is contained in:
2026-03-27 16:33:40 -04:00
parent c76887ab92
commit c3a8fae132
55 changed files with 1598 additions and 426 deletions

View File

@@ -32,7 +32,7 @@ const factory = new LLMProviderFactory(config, logger);
// Create any model
const claude = factory.createModel({
provider: 'anthropic',
model: 'claude-3-5-sonnet-20241022',
model: 'claude-sonnet-4-6',
});
const gpt4 = factory.createModel({
@@ -205,7 +205,7 @@ const conversationSummary = await mcpClient.readResource('context://conversation
{
"preferredModel": {
"provider": "anthropic",
"model": "claude-3-5-sonnet-20241022"
"model": "claude-sonnet-4-6"
}
}