Project Files
src / auth.ts
// src/auth.ts
// This file is deprecated and will be removed.
// Authentication is now handled via API Key in generator.ts.
import { type ToolsProviderController, type GeneratorController } from "@lmstudio/sdk";
export function initializeAuth(ctl: ToolsProviderController | GeneratorController) {
// No-op
}