Skip to content

Commit

Permalink
chore(internal): add constant for default timeout (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 29, 2024
1 parent e258161 commit 55c01f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class OpenAI extends Core.APIClient {
}

static OpenAI = this;
static DEFAULT_TIMEOUT = 600000; // 10 minutes

static OpenAIError = Errors.OpenAIError;
static APIError = Errors.APIError;
Expand Down

0 comments on commit 55c01f4

Please sign in to comment.