-
Notifications
You must be signed in to change notification settings - Fork 78
[Task]: Adapt existing rules to work with Chat and FIM #1060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
aponcedeleonch
added a commit
that referenced
this issue
Feb 19, 2025
Closes: #1060 Right now the muxing rules are designed to catch globally FIM or Chat requests. This PR extends its functionality to be able to match per file and request, i.e. this PR enables - Chat request of main.py -> model 1 - FIM request of main.py -> model 2 - Any type of v1.py -> model 3
aponcedeleonch
added a commit
that referenced
this issue
Feb 19, 2025
Closes: #1060 Right now the muxing rules are designed to catch globally FIM or Chat requests. This PR extends its functionality to be able to match per file and request, i.e. this PR enables - Chat request of main.py -> model 1 - FIM request of main.py -> model 2 - Any type of v1.py -> model 3
aponcedeleonch
added a commit
that referenced
this issue
Feb 20, 2025
Closes: #1060 Right now the muxing rules are designed to catch globally FIM or Chat requests. This PR extends its functionality to be able to match per file and request, i.e. this PR enables - Chat request of main.py -> model 1 - FIM request of main.py -> model 2 - Any type of v1.py -> model 3
aponcedeleonch
added a commit
that referenced
this issue
Feb 21, 2025
Closes: #1060 Right now the muxing rules are designed to catch globally FIM or Chat requests. This PR extends its functionality to be able to match per file and request, i.e. this PR enables - Chat request of main.py -> model 1 - FIM request of main.py -> model 2 - Any type of v1.py -> model 3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We currently have a rule to differentiate between chat and FIM and a different one to differentiate between filenames. With the introduction of this feature we should join both rules into a single one.
Additional Context
No response
The text was updated successfully, but these errors were encountered: