Skip to content

[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

Closed
aponcedeleonch opened this issue Feb 14, 2025 · 0 comments · Fixed by #1112
Closed

[Task]: Adapt existing rules to work with Chat and FIM #1060

aponcedeleonch opened this issue Feb 14, 2025 · 0 comments · Fixed by #1112
Assignees

Comments

@aponcedeleonch
Copy link
Contributor

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

@aponcedeleonch aponcedeleonch self-assigned this Feb 14, 2025
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants