fix(all): New templates.

This commit is contained in:
Rodrigo Rodriguez 2024-08-23 23:41:53 -03:00
parent 457541bdb9
commit 7d0047221f
2 changed files with 3 additions and 3 deletions

View file

@ -982,7 +982,7 @@ export class GBDeployer implements IGBDeployer {
'google-chat.gblib', 'google-chat.gblib',
'teams.gblib', 'teams.gblib',
'hubspot.gblib', 'hubspot.gblib',
'gpt.gblib' 'llm.gblib'
]; ];
return names.indexOf(name) > -1; return names.indexOf(name) > -1;

View file

@ -39,10 +39,10 @@ import { GuaribasSchedule } from '../core.gbapp/models/GBModel.js';
import { Sequelize } from 'sequelize-typescript'; 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 sysPackages: IGBPackage[];
public CurrentEngineName = 'guaribas-1.0.0'; public CurrentEngineName = 'guaribas-1.0.0';