yohasebe / openai-chat-api-workflow

🎩 An Alfred 5 Workflow for using OpenAI Chat API to interact with GPT-3.5/GPT-4 🤖💬 It also allows image generation 🖼️, image understanding 👀, speech-to-text conversion 🎤, and text-to-speech synthesis 🔈
https://github.com/yohasebe/openai-text-completion-workflow
MIT License
293 stars 8 forks source link

Unable to get it working... various issues... #7

Open gap777 opened 1 year ago

gap777 commented 1 year ago

Issue 1. I subscribe to ChatGPT Plus. I've added my API key to the workflow. I haven't used ChatGPT at all today. I get this error message when trying to ask, "When is Easter Sunday 2024?"

Screenshot 2023-04-12 at 6 52 32 PM

I can go to the web interface for Chat GPT, and have so such issues.

Issue 2. I change the model to 'gpt-4' (from 'gpt-3-turbo') and I get this error message:

Screenshot 2023-04-12 at 6 57 17 PM

I'm using workflow v1.7.2

Screenshot 2023-04-12 at 6 58 02 PM
yohasebe commented 1 year ago

Hi there!

Regarding your first question, this workflow requires a proper OpenAI API key. Please visit the following link to sign up if you haven't already:

https://openai.com/blog/openai-api

It's important to note that although you mentioned subscribing to ChatGPT Plus, it is a separate product from OpenAI, and a ChatGPT Plus subscription does not grant API access neccessary for this workflow.

As for your second question, the model gpt-4 is currently in a closed beta status. To gain access, you'll need to first obtain an API key and then join the waitlist at:

https://openai.com/waitlist/gpt-4-api

Thank you for your question! Your inquiry may be helpful for others as well.