CustomSuggestionServiceForCopilotForXcode icon indicating copy to clipboard operation
CustomSuggestionServiceForCopilotForXcode copied to clipboard

Use locally run models (OpenAI compatible APIs, Tabby, Ollama) to generate code suggestions for Xcode.

Results 3 CustomSuggestionServiceForCopilotForXcode issues
Sort by recently updated
recently updated
newest added

For example, most of the time, we don't want the response to start with "\n".

enhancement

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.

enhancement