3. Automatic model detection and switch #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
What to build
Router parses the
modelfield from incoming chat completion requests, queries Sidecar for the active model, and triggers a switch if the active profile mismatches the requested model.modelfrom chat completion JSON body, maps it to profile_id, queries SidecarGET /models/status. Ifactive_profilematches → route to Main PC. If mismatch or no active → POST to Sidecar/models/switchwith profile_id, queue request, wait for readiness, then route.Acceptance criteria
modelfield from chat completion request bodyBlocked by
User stories covered
5, 16