Skip to content

Commit f8394dc

Browse files
authored
Update README.md
1 parent 365050d commit f8394dc

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ For suggestion features:
5252
- Active GitHub Copilot subscription.
5353
- For Codeium users:
5454
- Active Codeium account.
55+
- Access to other LLMs.
5556

5657
For chat and prompt to code features:
5758

5859
- A valid OpenAI API key.
59-
- Access to other LLMs, such as Azure OpenAI and LocalAI.
60+
- Access to other LLMs.
6061

6162
## Permissions Required
6263

@@ -165,6 +166,15 @@ The installed language server is located at `~/Library/Application Support/com.i
165166
166167
The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.
167168

169+
#### Using Locally run LLMs
170+
171+
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:
172+
173+
- LLM with OpenAI compatible completions API
174+
- LLM with OpenAI compatible chat completions API
175+
- [Tabby](https://tabby.tabbyml.com)
176+
- etc.
177+
168178
### Setting Up Chat Feature
169179

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

0 commit comments

Comments
 (0)