MCPcopy
hub / github.com/MODSetter/SurfSense / LLMModel

Interface LLMModel

surfsense_web/contracts/enums/llm-models.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface LLMModel {
2 value: string;
3 label: string;
4 provider: string;
5 contextWindow?: string;
6}
7
8// Comprehensive LLM models database organized by provider
9export const LLM_MODELS: LLMModel[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected