Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 28624a8

Browse files
authored
increase timeout (#247)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI ### Release Notes - Chore: Increase timeout for OpenAI API calls from 240000ms to 360000ms. > "More time to think, more time to create, > With OpenAI, we'll make something great!" <!-- end of auto-generated comment: release notes by openai -->
1 parent 323f744 commit 28624a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ inputs:
7979
openai_timeout_ms:
8080
required: false
8181
description: 'Timeout for OpenAI API call in millis'
82-
default: '240000'
82+
default: '360000'
8383
openai_concurrency_limit:
8484
required: false
8585
description: 'How many concurrent API calls to make to OpenAI servers?'

0 commit comments

Comments
 (0)