CustomSuggestionServiceForCopilotForXcode
CustomSuggestionServiceForCopilotForXcode copied to clipboard
Use locally run models (OpenAI compatible APIs, Tabby, Ollama) to generate code suggestions for Xcode.
For example, most of the time, we don't want the response to start with "\n".
I am trying to setup code completion with the Qwen2.5-Coder models. I have tested different model versions and different settings for "Request Strategy" but it is not working well. Either...
The Ollama project recently merged this [PR](https://github.com/ollama/ollama/pull/5207), which adds support for fill-in-the-middle completions via the existing `generate` endpoint. Would love to see this supported in Custom Suggestion Service as well.
Hi! Thank you for such a great extension and all the contributions that have been added to this project. I wonder if there is a plan to add support for...