feat(model): update Kimi model references from k2.5 to k2.6 across the application (#897)
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user