Update chatgpt-api.ts

pull/511/head
阿森 2023-03-31 15:32:37 +08:00 zatwierdzone przez GitHub
rodzic 52d3918255
commit 79a9d50ec0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
}