fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-29 18:04:14 +02:00
parent d50427937c
commit af46b3e81e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ tap.test('should create chat response with openai', async () => {
],
});
console.log(`userMessage: ${userMessage}`);
console.log(response.message.content);
console.log(response.message);
});
tap.test('should document a pdf', async () => {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '0.0.14',
version: '0.0.15',
description: 'A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.'
}