-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug]: Missing OPENAI_API_KEY
field for supabase template
#3334
Comments
Hello fellow devs, I would like to contribute to this issue. |
@shamstabraiz sure open up a PR. |
Since I am not using Supabase I am not sure where to add this API key, please let me know which container needs this API key so I can add it. |
I believe it would be for the "studio" service, but I haven't been using supabase lately, and don't have the time to double check right now. |
Alright, since most users probably do not use GPT in Supabase, I will close this. |
Description
Supabase introduced a new feature, which is also available in foss version, consisting of an ai chatbot powered by openai that helps you with your database tasks.
Minimal Reproduction (if possible, example repository)
Just spin up a supabase service and see.
Exception or Error
Missing empty environment variable
OPENAI_API_KEY
. You need to create it manually. This is a really small issue, more of a feature parity or something like that.Version
v4.0.0-beta.329
Cloud?
The text was updated successfully, but these errors were encountered: