old-agentic-v1^2
Travis Fischer 2023-06-16 00:53:17 -07:00
rodzic d752f63fae
commit c9bea5258b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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)