Skip to content

Commit 9acd53a

Browse files
committed
Fixing OpenAI URL
1 parent 7b3ce91 commit 9acd53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/protected/common/openai/openai-configuration-dialog/openai-configuration-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h3 mat-dialog-title class="mb-1">Configure OpenAI</h3>
77

88
<p class="text-muted mt-0 mb-4">
99
Supply your OpenAI API key.
10-
You can get an API key <a href="https://beta.openai.com/account/api-keys" target="_blank">here</a>.
10+
You can get an API key <a href="https://platform.openai.com/account/api-keys" target="_blank">here</a>.
1111
</p>
1212

1313
<mat-form-field class="w-100 standalone-field">

0 commit comments

Comments
 (0)