Skip to content

patrik-malina/node-red-contrib-simple-gpt-vision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Item Description
payload Specify the image URL or base64 format.
OpenAI API Key Set the OpenAPI API key.
prompt Prompt to analyze

Output items

Item Description
payload The image analysis results according to the prompts are returned.

LINK

release

About

Node-RED GPT-4 Vision API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.4%
  • JavaScript 47.6%