Using QodeAssist with Custom FIM Template Models (e.g., CodeGemma) #223
Answered
by
Palm1r
Manikumar-T
asked this question in
Q&A
-
I’ve been trying to use the QodeAssist plugin to connect with a custom model that uses custom FIM (Fill-in-the-Middle) templates, such as CodeGemma. Is there any way to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
Palm1r
Aug 22, 2025
Replies: 1 comment 5 replies
-
Specifically codegemma plugin does not support |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, it is impossible to create a universal method for FIM so that the user simply inserts tags due to the fact that the message structure also differs, for example, FIM for qwen2.5-coder and qwen3-coder. Therefore, only adding a special class to the code with a description of the behavior. But fortunately, this is not required for working with many providers, since they themselves provide a stable layer with already correct structure.