Skip to content

openai

`@ha-bits/bit-openai`v0.1.10📥 385 downloadsopenai openai ai

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

ActionDescription
Ask ChatGPTAsk ChatGPT anything you want!
Ask AssistantAsk a GPT assistant anything you want!
Generate ImageGenerate an image using DALL-E
Vision PromptAsk GPT a question about an image
Text-to-SpeechGenerate an audio recording from text
Transcribe AudioTranscribe audio to text using whisper-1 model
Translate AudioTranslate audio to text using whisper-1 model
Extract Structured Data from TextReturns structured data from provided unstructured text.

Used In Showcases

Released under the Apache 2.0 License.