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

Interface LLMConfig

src/renderer/src/types/type.ts:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface LLMConfig {
11 id: string
12 name: string
13 apiHost: string
14 apiKey: string
15 modelName: string
16 createdAt: number
17 modelConfigId?: string
18}
19
20// 文件附件类型
21export interface FileAttachment {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected