Skip to content
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

Invalid Input Error: Secret type 'openai' not found #92

Closed
aborruso opened this issue Dec 10, 2024 · 3 comments
Closed

Invalid Input Error: Secret type 'openai' not found #92

aborruso opened this issue Dec 10, 2024 · 3 comments

Comments

@aborruso
Copy link
Contributor

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.

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

@queryproc
Copy link
Member

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?

@queryproc
Copy link
Member

queryproc commented Dec 10, 2024

@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

@aborruso
Copy link
Contributor Author

I have updated it and it works. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants