@ha-bits/bit-openai
v0.1.10
Published
openai AI integration bit module - imports from @ha-bits/cortex instead of activepieces
Downloads
326
Maintainers
Readme
@ha-bits/bit-openai
openai AI integration bit module for the Habits workflow system.
This module provides AI actions (chat, image generation, transcription, etc.) that connect to openai AI services.
Key Difference from @ha-bits/piece-openai
This module imports from @ha-bits/cortex instead of @activepieces/* packages, making it fully independent of the Activepieces ecosystem.
Features
- Send prompts to AI models
- Generate images
- Text-to-speech conversion
- Audio transcription and translation
- Vision prompts (analyze images)
- Structured data extraction
- Create videos
- Ask AI assistant
Installation
npm install @ha-bits/bit-openaiUsage
This module is designed to be used with the Habits workflow executor:
import { openai } from '@ha-bits/bit-openai';
// Use in workflow configuration
const action = openai.actions.send_prompt;License
MIT
