From af46b3e81ea0558d167d3c1d54bbc77bdf8a67dd Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 29 Apr 2024 18:04:14 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index 46f5ee6..7b38f9e 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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 () => { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7ab10a2..d63192c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }