- import { commercialApiHold } from "../model-policy.js";
- /** Historical direct-import symbol. It is not part of the package API. */
- export class LocalLlamaCppProvider {
- constructor(_config = {}) {
- throw commercialApiHold("LocalLlamaCppProvider is disabled; configure an approved commercial API");
- }
- }
|