We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962e150 commit 227d506Copy full SHA for 227d506
server/node-service/src/plugins/openAi/index.ts
@@ -18,7 +18,7 @@ const dataSourceConfig = {
18
rules: [{ required: true }],
19
placeholder: "<Your API KEY>",
20
tooltip:
21
- "[Document](https://platform.openai.com/account/api-keys) on which you can create your api key",
+ "[In your Open AI account page](https://platform.openai.com/account/api-keys) on which you can create your api key",
22
},
23
],
24
} as const;
0 commit comments