@@ -117,6 +117,18 @@ for VS Code and JetBrains IDEs.
117117<Tabs groupId = " provider" queryString = " provider" >
118118<TabItem value = " mux" label = " CodeGate muxing" default >
119119
120+ :::info Known issues
121+
122+ ** Auto-completion support** : currently, CodeGate muxing does not work with
123+ Continue's ` tabAutocompleteModel ` setting for fill-in-the-middle (FIM). We are
124+ [ working to resolve this issue] ( https://github.com/stacklok/codegate/issues/1005 ) .
125+
126+ ** DeepSeek models** : there is a bug in the current version (v0.8.x) of Continue
127+ affecting DeepSeek models (ex: ` deepseek/deepseek-r1 ` ) To resolve this, switch
128+ to the pre-release version (v0.9.x) of the Continue extension.
129+
130+ :::
131+
120132First, configure your [ provider(s)] ( ../features/muxing.md#add-a-provider ) and
121133select a model for each of your
122134[ workspace(s)] ( ../features/workspaces.mdx#manage-workspaces ) in the CodeGate
@@ -285,9 +297,9 @@ not work with Continue's `tabAutocompleteModel` setting for fill-in-the-middle
285297(FIM). We are
286298[ working to resolve this issue] ( https://github.com/stacklok/codegate/issues/980 ) .
287299
288- ** DeepSeek models** : there is a bug in the current release version of Continue
289- affecting DeepSeek models (ex: ` deepseek/deepseek-r1 ` ), you need to run the
290- pre-release version of the Continue extension.
300+ ** DeepSeek models** : there is a bug in the current version (v0.8.x) of Continue
301+ affecting DeepSeek models (ex: ` deepseek/deepseek-r1 ` ) To resolve this, switch
302+ to the pre-release version (v0.9.x) of the Continue extension.
291303
292304:::
293305
0 commit comments