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.
Using Continue, my filename-based mux rules are not being matched.
CodeGate is correctly identifying type of request (FIM), and seems to be picking out the filename correctly - the breadcrumb on the event in the dashboard reads "Prompt on filepath: how-to/install.mdx". I have a mux rule for Chat & FIM requests, with a pattern of *.md* to use openai/gpt-4o-mini. But the event fell through to my default FIM rule which goes to ollama.
In the CodeGate container logs, I see:
2025-03-19T17:16:56.092657Z [warning ] No path found in messages. Creating hash key from message. lineno=83 module=fim_cache pathname=/app/src/codegate/db/fim_cache.py
Steps to Reproduce
My mux rules:
The event, showing that ollama was used, not openai as expected: