Skip to content

Commit 59ed0da

Browse files
committed
Merge branch 'main' into develop
2 parents 84058ec + 38faffe commit 59ed0da

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
2727
- [Setting Up Suggestion Feature](#setting-up-suggestion-feature)
2828
- [Setting Up GitHub Copilot](#setting-up-github-copilot)
2929
- [Setting Up Codeium](#setting-up-codeium)
30+
- [Using Locally Run LLMs](#using-locally-run-llms)
3031
- [Setting Up Chat Feature](#setting-up-chat-feature)
3132
- [Managing `CopilotForXcodeExtensionService.app`](#managing-copilotforxcodeextensionserviceapp)
3233
- [Update](#update)
@@ -52,11 +53,12 @@ For suggestion features:
5253
- Active GitHub Copilot subscription.
5354
- For Codeium users:
5455
- Active Codeium account.
56+
- Access to other LLMs.
5557

5658
For chat and prompt to code features:
5759

5860
- A valid OpenAI API key.
59-
- Access to other LLMs, such as Azure OpenAI and LocalAI.
61+
- Access to other LLMs.
6062

6163
## Permissions Required
6264

@@ -165,6 +167,15 @@ The installed language server is located at `~/Library/Application Support/com.i
165167
166168
The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.
167169

170+
#### Using Locally Run LLMs
171+
172+
You can also use locally run LLMs or as a suggestion provider using the [Custom Suggestion Service](https://github.com/intitni/CustomSuggestionServiceForCopilotForXcode) extension. It supports:
173+
174+
- LLM with OpenAI compatible completions API
175+
- LLM with OpenAI compatible chat completions API
176+
- [Tabby](https://tabby.tabbyml.com)
177+
- etc.
178+
168179
### Setting Up Chat Feature
169180

170181
1. In the host app, navigate to "Service - Chat Model".

0 commit comments

Comments
 (0)