You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,12 @@ For suggestion features:
52
52
- Active GitHub Copilot subscription.
53
53
- For Codeium users:
54
54
- Active Codeium account.
55
+
- Access to other LLMs.
55
56
56
57
For chat and prompt to code features:
57
58
58
59
- A valid OpenAI API key.
59
-
- Access to other LLMs, such as Azure OpenAI and LocalAI.
60
+
- Access to other LLMs.
60
61
61
62
## Permissions Required
62
63
@@ -165,6 +166,15 @@ The installed language server is located at `~/Library/Application Support/com.i
165
166
166
167
The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.
167
168
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
+
168
178
### Setting Up Chat Feature
169
179
170
180
1. In the host app, navigate to "Service - Chat Model".
0 commit comments