Skip to content

nathanclevenger/AI-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published