mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
e610bdd2d0
When --provider-url was set with an explicit --model that already carried a provider prefix (e.g. google/gemma-4-12b served by LM Studio), Kit honored the prefix and routed through the Google wire protocol instead of the user-supplied endpoint, producing confusing upstream errors. - Strip any non-custom provider prefix from --model when --provider-url is set, so the request always lands on the OpenAI-compatible custom wire pointed at the user's URL. - Leave behavior unchanged when --provider-url is absent. - Document the rewrite in www/pages/providers.md.