Project Files
dist / config.d.ts
import type { GeneratorModel } from "./inventory";
export declare const placeholderModelValue = "__refresh_shim_inventory__";
export declare let configSchematics: import("@lmstudio/sdk").ConfigSchematics<{
model: {
key: "model";
type: string;
valueTypeKey: "select";
};
}>;
export declare let embedConfigSchematics: import("@lmstudio/sdk").ConfigSchematics<{
embedModel: {
key: "embedModel";
type: string;
valueTypeKey: "select";
};
}>;
export declare function updateModelOptions(models: GeneratorModel[], defaultModel?: string): import("@lmstudio/sdk").ConfigSchematics<{
model: {
key: "model";
type: string;
valueTypeKey: "select";
};
}>;
export declare function updateEmbedModelOptions(models: GeneratorModel[], defaultModel?: string): import("@lmstudio/sdk").ConfigSchematics<{
embedModel: {
key: "embedModel";
type: string;
valueTypeKey: "select";
};
}>;
export declare function loadConfigSchematicsFromCache(): import("@lmstudio/sdk").ConfigSchematics<{
model: {
key: "model";
type: string;
valueTypeKey: "select";
};
}>;
export declare const globalConfigSchematics: import("@lmstudio/sdk").ConfigSchematics<{
shimBaseUrl: {
key: "shimBaseUrl";
type: string;
valueTypeKey: "string";
};
} & {
inventoryMode: {
key: "inventoryMode";
type: string;
valueTypeKey: "select";
};
}>;
//# sourceMappingURL=config.d.ts.map