fix(core): update

This commit is contained in:
2024-03-30 12:42:44 +01:00
commit 3b060df2ec
15 changed files with 5163 additions and 0 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '0.0.2',
description: 'a standardaized interface to talk to AI models'
}

1
ts/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './smartai.classes.smartai.js';

View File

4
ts/smartai.plugins.ts Normal file
View File

@ -0,0 +1,4 @@
const removeme = {};
export {
removeme
}