We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, first of all, thank you very much for this project!!
When I run
CREATE SECRET my_openai_secret ( TYPE OPENAI, API_KEY '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' );
I have Invalid Input Error: Secret type 'openai' not found.
Invalid Input Error: Secret type 'openai' not found
Moreover, in your doc it seems to me that a comma is missing, after OPENAI.
CREATE SECRET ( TYPE OPENAI API_KEY 'your-api-key' );
Why am I not able to set the secret?
Thank you
The text was updated successfully, but these errors were encountered:
The community extensions build happens every 6 hours or so. We just got this release merged (duckdb/community-extensions#228)
What version of FlockMTL do you locally have after installation?
Sorry, something went wrong.
@aborruso It seems v0.2.0 is not available yet (almost there) as it is still building and it is currently installing v0.1.0!
building-in-community-extension
I have updated it and it works. Thank you
No branches or pull requests
Hi,
first of all, thank you very much for this project!!
When I run
I have
Invalid Input Error: Secret type 'openai' not found
.Moreover, in your doc it seems to me that a comma is missing, after OPENAI.
Why am I not able to set the secret?
Thank you
The text was updated successfully, but these errors were encountered: