You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* translators: %1$s is replaced with the OpenAI sign up URL */
39
-
__( 'Don\'t have an OpenAI account yet? <a title="Sign up for an OpenAI account" href="%1$s">Sign up for one</a> in order to get your API key.', 'classifai' ),
40
-
[
41
-
'a' => [
42
-
'href' => [],
43
-
'title' => [],
44
-
],
45
-
]
46
-
),
47
-
esc_url( 'https://platform.openai.com/signup' )
48
-
);
49
-
},
50
-
$this->feature_instance->get_option_name()
51
-
);
52
-
53
-
// Determine which other OpenAI provider to look for an API key in.
54
-
if ( 'ChatGPT' === $this->provider_service_name ) {
0 commit comments