Skip to content

Commit

Permalink
πŸ› FIX: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 30, 2024
1 parent 3d27409 commit 1d40041
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/testing/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// import {Pipe} from '@baseai/core';
// import pipeSummary from '../baseai/pipes/summary';

// const pipe = new Pipe(pipeSummary());

// async function main() {
// const userMsg = 'Who is an AI Engineer?';

// const response = await pipe.run({
// messages: [
// {
// role: 'user',
// content: userMsg,
// },
// ],
// });
// console.log('response: ', response);
// }

// main();

0 comments on commit 1d40041

Please sign in to comment.