[WIP] Add --url Flag and Config Autofilling Logic#384
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Bslabe123 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
--url Flag and Config Autofilling Logic
14d34f0 to
c1737f4
Compare
6aaafef to
292150d
Compare
--url Flag and Config Autofilling Logic--url Flag and Config Autofilling Logic
--url Flag and Config Autofilling Logic--url Flag and Config Autofilling Logic
…d skip autoconfig on failure
One or more co-authors of this pull request were not found. You must specify co-authors in commit message trailer via: Supported
Alternatively, if the co-author should not be included, remove the Please update your commit message(s) by doing |
The multimodal PR (kubernetes-sigs#450) renamed MultiprocessRequestDataCollector to MultiprocessRequestMetricCollector. Update the patch targets in tests/test_main.py to match so the unit tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Addresses: #363
Changes:
--urlis set, anautofill_configfunction is run which attempts to detect required config via various discovery mechanims. Precedence of config isdiscovered_config > specified_config > default_config.Notes:
streamingnow defaulting totruenone of the default behavior has changed.detect_model_nameassumes the first model in the list returned by/v1/models, this behavior is non-deterministic if there are multiple models loaded.streamingnow defaults totrue