MCPcopy Create free account
hub / github.com/Noumena-Network/code / getAnalysisModel

Function getAnalysisModel

src/commands/insights.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41// Model for facet extraction and summarization (Opus - best quality)
42function getAnalysisModel(): string {
43 return getDefaultOpusModel()
44}
45
46// Model for narrative insights (Opus - best quality)
47function getInsightsModel(): string {

Callers 2

summarizeTranscriptChunkFunction · 0.85
extractFacetsFromAPIFunction · 0.85

Calls 1

getDefaultOpusModelFunction · 0.85

Tested by

no test coverage detected