Skip to content

Commit

Permalink
Merge branch '1Password:main' into cratedb
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv11 authored Jul 13, 2023
2 parents 1c50922 + 5df633a commit bfa1a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/openai/api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bfa1a9c

Please sign in to comment.