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
- Access to other LLMs, such as Azure OpenAI and LocalAI.
61
+
- Access to other LLMs.
60
62
61
63
## Permissions Required
62
64
@@ -165,6 +167,15 @@ The installed language server is located at `~/Library/Application Support/com.i
165
167
166
168
The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.
167
169
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
+
168
179
### Setting Up Chat Feature
169
180
170
181
1. In the host app, navigate to "Service - Chat Model".
0 commit comments