mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-05 12:16:46 +00:00
feat(cliproxy): rename kimi API preset to km, add kimi to UI
- create config/base-km.settings.json for API-key Kimi users - rename preset id 'kimi' to 'km' in CLI and UI provider presets - add 'ccs km' to help text API section, keep 'ccs kimi' for OAuth - add --km delegation flag for API-key mode, --kimi stays for OAuth - add kimi to UI CLIPROXY_PROVIDERS, assets, colors, names, device code
This commit is contained in:
@@ -93,11 +93,11 @@ export const PROVIDER_PRESETS: ProviderPreset[] = [
|
||||
alwaysThinkingEnabled: true,
|
||||
},
|
||||
{
|
||||
id: 'kimi',
|
||||
id: 'km',
|
||||
name: 'Kimi',
|
||||
description: 'Moonshot AI - Fast reasoning model',
|
||||
baseUrl: 'https://api.kimi.com/coding/',
|
||||
defaultProfileName: 'kimi',
|
||||
defaultProfileName: 'km',
|
||||
defaultModel: 'kimi-k2-thinking-turbo',
|
||||
apiKeyPlaceholder: 'sk-...',
|
||||
apiKeyHint: 'Get your API key from Moonshot AI',
|
||||
|
||||
Reference in New Issue
Block a user