Is Context_custom setting used for autocomplete? How can it be harnessed? #172
Replies: 1 comment
-
|
I’m not 100% sure My guess would be:
So if the goal is better FIM suggestions, I’d personally prioritize:
Something like this seems reasonable for
But I probably wouldnt use it as a replacement for actual source files like So short version:
Would definitely be nice if someone from the project could confirm whether |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to improve the autocomplete suggestions from a Qwen 2.5 Coder 7B (FIM) model running on my NVIDIA 4070 Super and I saw there was a "Context_custom" option in the plugin's settings.
Can somebody confirm that values in here would be used by autocomplete?
Would this be the best area to help improve FIM responses, or should a USER.md file be added to a project's folder?
My main work is with SCSS, JS and TWIG/PHP. Ideally when editing SCSS files I'd want to suggest contents of my _variables.scss and _mixins.scss files, and it would be good to include some very simple TWIG conditionals tailored to my WordPress/ACF setups. Could these be added to context?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions