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 c92ebf8 commit 2ae4a64Copy full SHA for 2ae4a64
src/Settings/SettingsView.ts
@@ -43,7 +43,7 @@ export default class SettingsView extends PluginSettingTab {
43
name: "OpenAI API key",
44
desc: "OpenAI models require an API key for authentication.",
45
key: 'openAIAPIKey',
46
- generateUrl: "https://beta.openai.com/account/api-keys"
+ generateUrl: "https://platform.openai.com/api-keys"
47
}
48
};
49
0 commit comments