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.' }