MCPcopy Create free account
hub / github.com/experdot/pointer / createAIService

Function createAIService

src/renderer/src/services/aiService.ts:105–110  ·  view source on GitHub ↗
(
  llmConfig: LLMConfig,
  modelConfig: ModelConfig | undefined
)

Source from the content-addressed store, hash-verified

103
104// 工厂函数
105export function createAIService(
106 llmConfig: LLMConfig,
107 modelConfig: ModelConfig | undefined
108): AIService {
109 return new AIService(llmConfig, modelConfig)
110}

Callers 2

generateWithAIFunction · 0.90
useChatStreamingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected