From 79a9d50ec0e83d4f67488433ebddd86127f9c4c7 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 --- src/chatgpt-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatgpt-api.ts b/src/chatgpt-api.ts index b059902..3ba1619 100644 --- a/src/chatgpt-api.ts +++ b/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 }