@synsci/sdk 2.0.92 → 2.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1637,7 +1637,7 @@ export type ProviderConfig = {
|
|
|
1637
1637
|
*/
|
|
1638
1638
|
idleTimeout?: number | false;
|
|
1639
1639
|
/**
|
|
1640
|
-
* Maximum wait for provider response headers in milliseconds, including connection setup and upstream admission. Defaults to 300000 (5 minutes), and to disabled for local endpoints (loopback or .local base URLs and the ollama, lmstudio, llamacpp, vllm and jan providers), which send headers only after prompt processing. Set false to disable.
|
|
1640
|
+
* Maximum wait for provider response headers in milliseconds, including connection setup and upstream admission. Defaults to 300000 (5 minutes), to 600000 (10 minutes) for the managed Ace gateway, which sends headers only once the upstream body begins, and to disabled for local endpoints (loopback or .local base URLs and the ollama, lmstudio, llamacpp, vllm and jan providers), which send headers only after prompt processing. Set false to disable.
|
|
1641
1641
|
*/
|
|
1642
1642
|
connectTimeout?: number | false;
|
|
1643
1643
|
/**
|