From 9369bdaf54358866fcd45b1d7dd5051ae200ce85 Mon Sep 17 00:00:00 2001 From: Aravind Ramaraju <51247042+aramaraju@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:28:36 -0700 Subject: [PATCH] Update supported-models.mdx Changed default autocomplete to DS --- docs/cody/capabilities/supported-models.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cody/capabilities/supported-models.mdx b/docs/cody/capabilities/supported-models.mdx index db748c0f7..c414246e8 100644 --- a/docs/cody/capabilities/supported-models.mdx +++ b/docs/cody/capabilities/supported-models.mdx @@ -31,13 +31,13 @@ Cody uses a set of models for autocomplete which are suited for the low latency | **Provider** | **Model** | **Free** | **Pro** | **Enterprise** | | | | | | :-------------------- | :---------------------------------------------------------------------------------------- | :------- | :------ | :------------- | --- | --- | --- | --- | -| Fireworks.ai | [DeepSeek-V2](https://huggingface.co/deepseek-ai/DeepSeek-V2) | ✅ | ✅ | ✅ | | | | | +| Fireworks.ai | [DeepSeek-Coder-V2](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct) | ✅ | ✅ | ✅ | | | | | | Fireworks.ai | [StarCoder](https://arxiv.org/abs/2305.06161) | - | - | ✅ | | | | | | Anthropic | [claude Instant](https://docs.anthropic.com/claude/docs/models-overview#model-comparison) | - | - | ✅ | | | | | | Google Gemini (Beta) | [1.5 Flash](https://deepmind.google/technologies/gemini/flash/) | - | - | ✅ | | | | | | Ollama (Experimental) | [variety](https://ollama.com/) | ✅ | ✅ | - | | | | | | | | | | | | | | | -The default autocomplete model for Cody Free and Pro user is DeepSeek-V2. Enterprise users get StarCoder as the default model. +The default autocomplete model for Cody Free, Pro and Enterprise users is DeepSeek-Coder-V2. 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).