-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAIError #24
Comments
Hi @shahrokhvahabi, thanks for using To use the GPT pipelines, please export your OpenAI key to the environment! You can follow the guide setup by OpenAI in this link, specifically point 4. Let me know if you have any further questions! |
@sarahmish thank you very much for your reply. Then I should pay for using this API ! However I exported my OpenAI key. |
@sarahmish I got this after running the code: |
This is a runtime warning that you encounter from using dynamic thresholding. You can change the hyperparameters of your pipeline to include:
which will use a fixed thresholding approach rather than dynamic. |
I just got this error:
OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
The text was updated successfully, but these errors were encountered: