From 120371f5cd0a58469529a7f7f4702bcb47a097b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A3=AE?= Date: Fri, 31 Mar 2023 15:32:37 +0800 Subject: [PATCH] Update chatgpt-api.ts --- legacy/src/chatgpt-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/src/chatgpt-api.ts b/legacy/src/chatgpt-api.ts index b0599026..3ba16191 100644 --- a/legacy/src/chatgpt-api.ts +++ b/legacy/src/chatgpt-api.ts @@ -190,7 +190,7 @@ export class ChatGPTAPI { } // Support multiple organizations - // See https://platform.openai.com/account/api-keys + // See https://platform.openai.com/docs/api-reference/authentication if (this._apiOrg) { headers['OpenAI-Organization'] = this._apiOrg }