@cline/llms 0.0.39-nightly.1778555246 → 0.0.40

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.
package/README.md CHANGED
@@ -123,6 +123,7 @@ Optional:
123
123
 
124
124
  - `LLMS_LIVE_PROVIDER_TIMEOUT_MS=120000` to increase per-provider timeout.
125
125
  - `LLMS_LIVE_PROVIDER_RETRIES=2` to retry transient upstream/provider failures per provider (total attempts = retries + 1).
126
+ - `LLMS_LIVE_PROVIDER_CONCURRENCY=3` to run multiple provider entries in parallel. Defaults to `3`; lower it if you need stricter provider rate-limit behavior.
126
127
  - Point `LLMS_LIVE_PROVIDERS_PATH` to a custom file if you want a narrower provider set.
127
128
  - Point `LLMS_LIVE_REASONING_PROVIDERS_PATH` to a custom file for reasoning-enabled suites.
128
129
  - Point `LLMS_LIVE_TOOL_PROVIDERS_PATH` to a custom file for tool-use suites.