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

Function testModel

packages/server-e2e/test/client.test.ts:661–669  ·  view source on GitHub ↗
(overrides: Partial<ModelCatalogItem> = {})

Source from the content-addressed store, hash-verified

659}
660
661function testModel(overrides: Partial<ModelCatalogItem> = {}): ModelCatalogItem {
662 return {
663 provider: 'kimi',
664 model: 'k2',
665 display_name: 'Kimi K2',
666 max_context_size: 131_072,
667 ...overrides,
668 };
669}
670
671function testProvider(overrides: Partial<ProviderCatalogItem> = {}): ProviderCatalogItem {
672 return {

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected