openai
Use openai AI tools including ChatGPT, image generation, and canvas features.
Usage
yaml
# In your habit YAML
nodes:
- id: my-bit-openai-node
type: bit
framework: bits
module: "@ha-bits/bit-openai"
action: "ask_chatgpt"
data:
# action properties...Actions
| Action | Description |
|---|---|
| Ask ChatGPT | Ask ChatGPT anything you want! |
| Ask Assistant | Ask a GPT assistant anything you want! |
| Generate Image | Generate an image using DALL-E |
| Vision Prompt | Ask GPT a question about an image |
| Text-to-Speech | Generate an audio recording from text |
| Transcribe Audio | Transcribe audio to text using whisper-1 model |
| Translate Audio | Translate audio to text using whisper-1 model |
| Extract Structured Data from Text | Returns structured data from provided unstructured text. |
