MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / oauthConfig

Function oauthConfig

packages/agent-core/test/loop/retry.test.ts:110–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108});
109
110function oauthConfig(): KimiConfig {
111 return {
112 defaultModel: 'kimi-code/kimi-for-coding',
113 providers: {
114 'managed:kimi-code': {
115 type: 'kimi',
116 apiKey: '',
117 baseUrl: 'https://api.example/v1',
118 oauth: { storage: 'file', key: 'oauth/kimi-code' },
119 },
120 },
121 models: {
122 'kimi-code/kimi-for-coding': {
123 provider: 'managed:kimi-code',
124 model: 'kimi-for-coding',
125 maxContextSize: 1_000_000,
126 },
127 },
128 };
129}

Callers 1

retry.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected