From 58b905ad0d4ec94f7b60f165aa41bb85bf4b8e0a Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 16 Jun 2023 00:53:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/examples/summarize-news.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/examples/summarize-news.ts b/legacy/examples/summarize-news.ts index 3a3adeb3..50d943c2 100644 --- a/legacy/examples/summarize-news.ts +++ b/legacy/examples/summarize-news.ts @@ -2,7 +2,7 @@ import { OpenAIClient } from '@agentic/openai-fetch' import 'dotenv/config' import { z } from 'zod' -import { Agentic, DiffbotTool, SerpAPITool } from '@/index' +import { Agentic, SerpAPITool } from '@/index' async function main() { const openai = new OpenAIClient({ apiKey: process.env.OPENAI_API_KEY! }) @@ -23,7 +23,7 @@ async function main() { }) ) .call({ - topic: 'OpenAI' + topic: 'HF0 accelerator' }) console.log(res)