ChatGPT
Learn more about errors that can occur with ChatGPT steps.
# API key not provided
Error: You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password.
Problem: There was no API key added to the generate text with ChatGPT step.
Fix: You will need to insert an API key to continue. You can obtain an API key from your OpenAI dashboard (opens new window).
# API key invalid
Error: Incorrect API key provided: (Something).
Problem: There was an invalid API key added to the generate text with ChatGPT step.
Fix: You will need to insert a valid API key to continue. You can check your API key in your OpenAI dashboard (opens new window).