Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] Plugin API Key

Open WizKid1968 opened this issue 1 year ago • 1 comments

When using the AI Plugin node, this is the type of response I receive:

Langchain: "It seems like we need to provide an API key to access the Polygon API. I'll check if we have an API key for Polygon."

Do plugins require API Key to run? Will someone tell me where to store the API keys?

WizKid1968 avatar May 18 '23 19:05 WizKid1968

Q. Do plugins require API Key to run? Ans. If a plugin interacts with an API that requires authentication, it's common for the plugin to request an API key from the user. This key is then used by the plugin to make authenticated API requests on behalf of the user. Some plugins may work without any external API integration or may use alternative authentication methods such as OAuth or tokens.

Q. Will someone tell me where to store the API keys? Ans. you can store the api key in .env file

ShivangRawat30 avatar May 20 '23 19:05 ShivangRawat30

Duplicated issue #132

HenryHengZJ avatar May 23 '23 19:05 HenryHengZJ