MCPcopy Index your code
hub / github.com/experdot/pointer / LLMConfig

Interface LLMConfig

src/renderer/src/types/type.ts:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface LLMConfig extends ConfigItemBase {
53 baseUrl: string
54 apiKey: string
55 modelName: string
56}
57
58// 文件附件类型
59export interface FileAttachment {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected