hyv
1.0.0
Hyv 是一个多功能库,旨在简化不同人工智能模型的集成和交互。凭借干净、直观且统一的 API,Hyv 允许开发人员轻松管理各种 AI 模型并与之协作。
立即开始使用 Hyv:
npm i @hyv/core @hyv/openai
然后,在.env
文件中提供您的 apiKey
OPENAI_API_KEY=sk-xxxxxxxx
尝试这个简单的示例来体验 Hyv 的实际应用:
import { Agent } from "@hyv/core" ;
import { GPTModelAdapter , DallEModelAdapter } from "@hyv/openai" ;
// Create agents
const writer = new Agent ( new GPTModelAdapter ( ) ) ;
const artist = new Agent ( new DallEModelAdapter ( ) , {
// Preprocess the task
async before ( message ) {
return { images : [ { path : "the-future.png" , prompt : message . answer } ] } ;
} ,
} ) ;
// Assign tasks
const writerResult = await writer . assign ( {
question : "Describe the future to an artist so that they can draw it" ,
} ) ;
const artistResult = await artist . assign ( writerResult . message ) ;
// Do something with the result
console . log ( artistResult . message . content ) ;
通过我们的交互式多语言文档深入了解 Hyv 的世界。在 Hyv 代理和 GPT-4 的支持下,他们将学习变成一种动态体验。通过 11 种语言实时互动,了解 Hyv 的功能。设置简单,学习深刻。立即使用我们的简单设置指南开始您的旅程!
Hyv 是面向开发人员的一体化解决方案:
今天就与 Hyv 一起拥抱未来!