Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 400 Bytes

AI Functions

Library for Developing and Managing AI Functions (including OpenAI GPT4 / GPT3.5)

Key Features:

  • Enables easy development of AI functions
import { AI } from 'ai-functions'

const ai = AI({ apiKey: OPENAI_API_KEY })

ai.generateBlogPostTitles({
  
})

Roadmap

  • Add support for streaming responses & partial JSON
  • Write examples that use base schema