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 一起擁抱未來吧!