imtoagent 0.3.16 → 0.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/modules/cli/setup.ts
CHANGED
|
@@ -217,7 +217,7 @@ const PROVIDER_PRESETS: ProviderPreset[] = [
|
|
|
217
217
|
name: 'Moonshot (Moonshot AI)',
|
|
218
218
|
baseUrl: 'https://api.moonshot.cn/v1',
|
|
219
219
|
format: 'openai',
|
|
220
|
-
models: ['kimi-k2.6', 'kimi-k2.5', 'kimi-k2-thinking'],
|
|
220
|
+
models: ['kimi-k2.6', 'kimi-k2.5', 'kimi-k2-thinking', 'kimi-k2', 'moonshot-v1-8k', 'moonshot-v1-32k', 'moonshot-v1-128k'],
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
name: 'OpenAI',
|
package/package.json
CHANGED