You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
We currently support routing logic based on filenames, and now we need to extend that functionality to differentiate between chat requests and Fill-In-Middle (FIM) requests.
Example
A chat that references app.py → Model 1
A FIM request within app.py → Model 2
Implementation Outline
Extend the existing muxing rules to include a check for request type (chat or FIM).
Allow users to configure which model should handle chat requests vs. FIM for specific filenames.