diff --git a/plugins/openai/api_key.go b/plugins/openai/api_key.go index 25e1f8680..d90046b53 100644 --- a/plugins/openai/api_key.go +++ b/plugins/openai/api_key.go @@ -12,8 +12,8 @@ import ( func APIKey() schema.CredentialType { return schema.CredentialType{ Name: credname.APIKey, - DocsURL: sdk.URL("https://beta.openai.com/docs"), - ManagementURL: sdk.URL("https://beta.openai.com/account/api-keys"), + DocsURL: sdk.URL("https://platform.openai.com/docs"), + ManagementURL: sdk.URL("https://platform.openai.com/account/api-keys"), Fields: []schema.CredentialField{ { Name: fieldname.APIKey,