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

Function baseModelConfig

packages/agent-core/test/harness/runtime.test.ts:1203–1215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1201}
1202
1203function baseModelConfig(): string {
1204 return `default_model = "default-mock"
1205
1206[providers.test]
1207type = "kimi"
1208api_key = "test-key"
1209
1210[models."default-mock"]
1211provider = "test"
1212model = "default-mock"
1213max_context_size = 100000
1214`;
1215}

Callers 1

runtime.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected