/** * LM Studio local OpenAI-compatible server. * * The desktop app serves chat completions and the dynamic model catalog under * http://localhost:1234/v1 by default. Authentication is optional and can be * enabled in LM Studio's server settings. */ import type { InkosEndpoint } from "../types.js"; export declare const LMSTUDIO: InkosEndpoint; //# sourceMappingURL=lmstudio.d.ts.map