Project Files
dist / config.d.ts
export declare const globalConfigSchematics: import("@lmstudio/sdk").ConfigSchematics<{
apiKey: {
key: "apiKey";
type: string;
valueTypeKey: "string";
};
} & {
baseUrl: {
key: "baseUrl";
type: string;
valueTypeKey: "string";
};
}>;
export declare const configSchematics: import("@lmstudio/sdk").ConfigSchematics<{
systemPromptPreset: {
key: "systemPromptPreset";
type: string;
valueTypeKey: "select";
};
} & {
customSystemPrompt: {
key: "customSystemPrompt";
type: string;
valueTypeKey: "string";
};
} & {
model: {
key: "model";
type: string;
valueTypeKey: "string";
};
} & {
debug: {
key: "debug";
type: boolean;
valueTypeKey: "boolean";
};
}>;
//# sourceMappingURL=config.d.ts.map