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
instructions: 'Access token for the ChatGPT API'|t('chatgpt-integration'),
19
+
suggestEnvVars: true,
20
+
}) }}
21
+
22
+
{{ forms.textField({
23
+
label: 'API: Max Tokens'|t('chatgpt-integration'),
24
+
name: 'maxTokens',
25
+
value: settings.maxTokens,
26
+
autofocus: true,
27
+
instructions: 'Maximum amount of tokens for chatgpt\'s response (<a href="https://platform.openai.com/docs/introduction/tokens">https://platform.openai.com/docs/introduction/tokens</a>)'|t('chatgpt-integration'),
instructions: 'Access token for the ChatGPT API'|t('chatgpt-integration'),
44
-
suggestEnvVars: true,
45
-
}) }}
46
-
47
-
{{ forms.textField({
48
-
label: 'API: Max Tokens'|t('chatgpt-integration'),
49
-
name: 'maxTokens',
50
-
value: settings.maxTokens,
51
-
autofocus: true,
52
-
instructions: 'Maximum amount of tokens for chatgpt\'s response (<a href="https://platform.openai.com/docs/introduction/tokens">https://platform.openai.com/docs/introduction/tokens</a>)'|t('chatgpt-integration'),
0 commit comments