Skip to content

Commit d411b6f

Browse files
committed
📝 model recommendations in tab autocomplete docs
1 parent 8adfa15 commit d411b6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎docs/docs/walkthroughs/tab-autocomplete.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ All of the configuration options available for chat models are available to use
3030

3131
If you aren't yet familiar with the available options, you can learn more in our [overview](../model-setup/overview.md).
3232

33+
### What model should I use?
34+
35+
If you are running the model locally, we recommend `starcoder:3b`.
36+
37+
If you find it to be too slow, you should try `deepseek-coder:1.3b-base`.
38+
39+
If you have a bit more compute, or are running a model in the cloud, you can upgrade to `deepseek-coder:6.7b-base`.
40+
41+
Regardless of what you are willing to spend, we do not recommend using GPT or Claude for autocomplete. Learn why [below](#i-want-better-completions-should-i-use-gpt-4).
42+
3343
## Configuration Options
3444

3545
The following can be configured in `config.json`:

0 commit comments

Comments
 (0)