Open jamescho72 opened 1 week ago
The 1st immediate steps would be to:
That should work.
Then in an another steps/PR:
@SachinS10-lab part 1 is done in #139, can you please add the advanced section, where the tab completion can be selected?
Added toggle button for advanced section.
For Simple Configuration
For Advanced Configuration
I also add an information message below the box for better user experience. Is this Okay?
For the advanced section, you forgot
on click, it would reveal the tab completion combo,
Please open a PR, it'll be easier to review than commenting on screenshots
ollama does not load more than 1 model at a time. Configuring 2 different models under config.json in continue causes ~45-60 second lag between calls to tab complete vs chat for a poor experience. tab complete appears broken each time it need to re-load into memory.
We may want to enforce single model for both chat and tab code complete until this can be resolved.