1.0.3 • Published 12 months ago

node-red-contrib-gpt4-vision v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

platform npm downloads MIT License

Overview

OpenAI GPT-4 Vision API - This is a node that performs image analysis.
Enter the image you want to analyze in the payload and it will analyze the image according to the prompts.

Example: Can you tell me what is in this image?

Install

npm i node-red-contrib-gpt4-vision

or

Install from the Admin tab

How to use

Input items

ItemDescription
payloadSpecify the image URL or base64 format.
OpenAI API KeySet the OpenAPI API key.
promptPrompt to analyze

Output items

ItemDescription
payloadThe image analysis results according to the prompts are returned.

LINK

release

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago