KO
|
EN
gitlite — search
Search
#javascript
#python
#golang
#machine-learning
#csharp
#oop
#linux
#reactjs
#tutorial
#simulation
#sass
#dotenv
ComfyUI-KepOpenAI
★ 30
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
INTERVENOR
:
[ACL '24] Source code for paper: INTERVENOR : Prompt the Coding Ability of Large Language Models with the Interactive Chain of Repairing
split-flap-fae-pcb
:
Alternative drop-in replacement PCB for David Kingsman's split-flap display
real-time-license-plate-recognition-opencv-python
:
Python基于OpenCV的实时视频流车牌识别(源码&教程)
Data-Engineering-Portfolio
:
Data Engineering portfolio projects, resources used to study data tools...
zsh-no-ps2
:
A plugin for zsh that inserts a newline on Enter if the typed command is incomplete
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ComfyUI-KepOpenAI
?
Download (.md)
# ComfyUI-KepOpenAI ## Overview ComfyUI-KepOpenAI is a user-friendly node that serves as an interface to the GPT-4 with Vision (GPT-4V) API. This integration facilitates the processing of images coupled with text prompts, leveraging the capabilities of the OpenAI API to generate text completions that are contextually relevant to the provided inputs. ## Features - Accepts both an image and a text prompt as input. - Integrates seamlessly with the OpenAI GPT-4V API to provide intelligent text completions. - Requires an OpenAI API key, which should be securely stored and provided as an environment variable. ## Configuration To utilize this node, you must set the `OPEN_AI_API_KEY` environment variable with your OpenAI API key. This ensures that the API is accessible and requests are authenticated properly.