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

Interface ModelConfig

src/renderer/src/types/type.ts:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// ==================== 设置配置类型 ====================
45
46export interface ModelConfig extends ConfigItemBase {
47 systemPrompt: string
48 topP: number
49 temperature: number
50}
51
52export interface LLMConfig extends ConfigItemBase {
53 baseUrl: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected