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
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,15 +165,6 @@ The installed language server is located at `~/Library/Application Support/com.i
165
165
166
166
The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.
167
167
168
-
#### Using Locally Run LLMs
169
-
170
-
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:
171
-
172
-
- LLM with OpenAI compatible completions API
173
-
- LLM with OpenAI compatible chat completions API
174
-
-[Tabby](https://tabby.tabbyml.com)
175
-
- etc.
176
-
177
168
### Setting Up Chat Feature
178
169
179
170
1. In the host app, navigate to "Service - Chat Model".
@@ -262,14 +253,6 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
262
253
263
254
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
|`/run`| Runs the command under the project root. |
296
279
|| Environment variable: <br>- `PROJECT_ROOT` to get the project root. <br>- `FILE_PATH` to get the editing file path. |
297
-
|`/math`| Solves a math problem in natural language |
298
280
|`/search`| Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
299
281
|`/shortcut(name)`| Run a shortcut from the Shortcuts.app, and use the following message as the input. |
300
282
|| If the message is empty, it will use the previous message as input. The output of the shortcut will be printed as a reply from the bot. |
@@ -319,10 +301,6 @@ This feature is recommended when you need to update a specific piece of code. So
319
301
320
302
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
0 commit comments