diff --git a/packages/core.gbapp/services/GBDeployer.ts b/packages/core.gbapp/services/GBDeployer.ts index 7fec4b09..b67b3789 100644 --- a/packages/core.gbapp/services/GBDeployer.ts +++ b/packages/core.gbapp/services/GBDeployer.ts @@ -982,7 +982,7 @@ export class GBDeployer implements IGBDeployer { 'google-chat.gblib', 'teams.gblib', 'hubspot.gblib', - 'gpt.gblib' + 'llm.gblib' ]; return names.indexOf(name) > -1; diff --git a/packages/llm.gblib/index.ts b/packages/llm.gblib/index.ts index 50468eb7..91a9f706 100644 --- a/packages/llm.gblib/index.ts +++ b/packages/llm.gblib/index.ts @@ -39,10 +39,10 @@ import { GuaribasSchedule } from '../core.gbapp/models/GBModel.js'; import { Sequelize } from 'sequelize-typescript'; /** - * Package for gpt.gblib. + * Package for llm.gblib. */ -export class GBGPTPackage implements IGBPackage { +export class GBLLMPackage implements IGBPackage { public sysPackages: IGBPackage[]; public CurrentEngineName = 'guaribas-1.0.0';