Skip to content

Commit 227d506

Browse files
author
sunlei
committed
open ai add chat and audio api
1 parent 962e150 commit 227d506

File tree

3 files changed

+515
-72
lines changed

3 files changed

+515
-72
lines changed

server/node-service/src/plugins/openAi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const dataSourceConfig = {
1818
rules: [{ required: true }],
1919
placeholder: "<Your API KEY>",
2020
tooltip:
21-
"[Document](https://platform.openai.com/account/api-keys) on which you can create your api key",
21+
"[In your Open AI account page](https://platform.openai.com/account/api-keys) on which you can create your api key",
2222
},
2323
],
2424
} as const;

0 commit comments

Comments
 (0)