File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments