feat(model): update Kimi model references from k2.5 to k2.6 across the application (#897)

This commit is contained in:
Haze
2026-04-23 14:23:29 +08:00
committed by GitHub
parent d0c79f6a0a
commit 956e943072
9 changed files with 35 additions and 35 deletions

View File

@@ -513,7 +513,7 @@ describe('syncProviderConfigToOpenClaw', () => {
const { syncProviderConfigToOpenClaw } = await import('@electron/utils/openclaw-auth');
await syncProviderConfigToOpenClaw('moonshot', 'kimi-k2.5', {
await syncProviderConfigToOpenClaw('moonshot', 'kimi-k2.6', {
baseUrl: 'https://api.moonshot.cn/v1',
api: 'openai-completions',
});
@@ -538,7 +538,7 @@ describe('syncProviderConfigToOpenClaw', () => {
const { syncProviderConfigToOpenClaw } = await import('@electron/utils/openclaw-auth');
await syncProviderConfigToOpenClaw('moonshot', 'kimi-k2.5', {
await syncProviderConfigToOpenClaw('moonshot', 'kimi-k2.6', {
baseUrl: 'https://api.moonshot.cn/v1',
api: 'openai-completions',
});