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({
})
- Add support for streaming responses & partial JSON
- Write examples that use base schema