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: docs/cody/clients/enable-cody-enterprise.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,3 +72,28 @@ Cody Enterprise supports searching up to 10 repositories to find relevant contex
72
72
Sourcegraph Enterprise supports many different LLM providers and models. You can use state of the art code completion models such as Anthropic's Claude or OpenAI's ChatGPT by adjusting your Sourcegraph instance's configuration.
73
73
74
74
Refer to the [Model Configuration](/cody/clients/model-configuration) or [Supported Models](/cody/capabilities/supported-models) sections for more information.
75
+
Use the drop-down menu to make your desired selection and get a detailed breakdown of the supported LLM models for each provider on Cody Enterprise.
76
+
77
+
<FeatureParitytype='ent' />
78
+
For the supported LLM models listed above refer to the following notes:
79
+
80
+
1. Microsoft Azure is planning to deprecate the APIs used in SG version less than `5.3.3` on July 1, 2024 [Source](https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation)
81
+
2. Claude 2.1 is not recommended
82
+
3. Sourcegraph doesn't recommend GPT-4 non-turbo, Claude 1 or 2 models
83
+
4. Only supported through legacy completions API
84
+
5. BYOK with managed services are only supported for Self-hosted Sourcegraph instances
85
+
6. GPT-4 and GPT-4o for completions has a bug that is resulting in many failed completions
86
+
87
+
### Supported model configuration
88
+
89
+
Use the drop-down menu to make your desired selection and get a detailed breakdown of the supported model configuration for each provider on Cody Enterprise. This is an on-site configuration. Admins should pick a value from the table for `chatModel` to configure their chat model.
90
+
91
+
<FeatureParitytype='configuration' />
92
+
93
+
For the supported LLM model configuration listed above refer to the following notes:
94
+
95
+
1. Microsoft Azure is planning to deprecate the APIs used in SG version less than `5.3.3` on July 1, 2024 [Source](https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation)
96
+
2. Claude 2.1 is not recommended
97
+
3. Sourcegraph doesn't recommend GPT-4 non-turbo, Claude 1 or 2 models
98
+
4. Only supported through legacy completions API
99
+
5. BYOK with managed services are only supported for Self-hosted Sourcegraph instances
0 commit comments