Skip to content

Commit 6050338

Browse files
authored
Add clarification around deepseek model (#979)
Add clarification around deepseek model and data processing.
1 parent f6e687b commit 6050338

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/cody/capabilities/supported-models.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ Cody uses a set of models for autocomplete which are suited for the low latency
4343

4444
<Callout type="note">The default autocomplete model for Cody Free, Pro and Enterprise users is DeepSeek-Coder-V2.</Callout>
4545

46+
<Callout type="note">The DeepSeek model used by Sourcegraph is hosted by Fireworks.ai, and is hosted as a single-tenant service in a US-based data center. For more information see our [Cody FAQ](https://sourcegraph.com/docs/cody/faq#is-any-of-my-data-sent-to-deepseek).</Callout>
47+
4648
Read here for [Ollama setup instructions](https://sourcegraph.com/docs/cody/clients/install-vscode#supported-local-ollama-models-with-cody). For information on context token limits, see our [documentation here](/cody/core-concepts/token-limits).

docs/cody/faq.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ Cody does not support embeddings on Cody PLG and Cody Enterprise because we have
100100

101101
Leveraging Sourcegraph Search allowed us to deliver these enhancements.
102102

103+
## LLM Data Sharing and Retention
104+
105+
### Is any of my data sent to DeepSeek?
106+
107+
Our autocomplete features uses the open source DeepSeek-Coder-V2 model, which is hosted by Fireworks.ai in a secure single-tenant environment located in the USA. No customer chat or autocomplete data - such as chat messages, or context such as code snippets or configuration - is stored by Fireworks.ai.
108+
109+
Sourcegraph does not use models hosted by DeepSeek (the company), and does not send any data to the same.
110+
103111
## Third party dependencies
104112

105113
### What is the default `sourcegraph` provider for completions?

0 commit comments

Comments
 (0)