Update chatgpt-api.ts

chatgpt-api
阿森 2023-03-31 15:32:37 +08:00 zatwierdzone przez GitHub
rodzic 9ef474f967
commit 120371f5cd
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
}