Icon

OpenAI

This directory contains 5 workflows.

IconBasics - Connect to OpenAI models 

A simple workflow to connect, access, and query the models by OpenAI. Request API key at: https://openai.com/api/

IconChatGPT as a KNIME chat dashboard 

This workflow issues POST requests to the OpenAI API, and uses the model that powers ChatGPT to create a chat dashboard.

IconChatGPT_​meets_​StackOverflow 

The workflow begins by scraping the top 10 questions from StackOverflow with the Get Request node. These questions are cleaned and prepared for input to […]

IconScore ChatGPT and use it for classification 

This workflow relies on zero-shot and few-shot learning via prompt engineering to score ChatGPT. Next, the user can apply the best performing settings to […]