local.js 316 B

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