fix(all): New templates.
This commit is contained in:
parent
457541bdb9
commit
7d0047221f
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue