Skip to content

Commit a651d98

Browse files
elasticmachinepicandocodigo
authored andcommitted
Auto-generated API code
1 parent 68c9e86 commit a651d98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Endpoints/Inference.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Inference extends AbstractEndpoint
3636
*
3737
* @param array{
3838
* inference_id: string, // (REQUIRED) The inference Id
39-
* timeout?: int|string, // Specifies the amount of time to wait for the inference request to complete. (DEFAULT: 30s)
39+
* timeout?: int|string, // Specifies the amount of time to wait for the inference request to complete. (DEFAULT: 120s)
4040
* pretty?: bool, // Pretty format the returned JSON response. (DEFAULT: false)
4141
* human?: bool, // Return human readable values for statistics. (DEFAULT: true)
4242
* error_trace?: bool, // Include the stack trace of returned errors. (DEFAULT: false)
@@ -78,7 +78,7 @@ public function chatCompletionUnified(?array $params = null)
7878
*
7979
* @param array{
8080
* inference_id: string, // (REQUIRED) The inference Id
81-
* timeout?: int|string, // Specifies the amount of time to wait for the inference request to complete. (DEFAULT: 30s)
81+
* timeout?: int|string, // Specifies the amount of time to wait for the inference request to complete. (DEFAULT: 120s)
8282
* pretty?: bool, // Pretty format the returned JSON response. (DEFAULT: false)
8383
* human?: bool, // Return human readable values for statistics. (DEFAULT: true)
8484
* error_trace?: bool, // Include the stack trace of returned errors. (DEFAULT: false)

0 commit comments

Comments
 (0)