diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-10-04 10:57:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-10-04 10:57:03 -0700 |
commit | d69c6d4f3729374ab40fcebc861e67f2da100ad9 (patch) | |
tree | 3fbd10c01617977a4fc4f333fd5b15bffc288c32 /docs | |
parent | 8093c9d10db9d3084057f4f5ea0278b9b72f5193 (diff) | |
download | sncontinue-d69c6d4f3729374ab40fcebc861e67f2da100ad9.tar.gz sncontinue-d69c6d4f3729374ab40fcebc861e67f2da100ad9.tar.bz2 sncontinue-d69c6d4f3729374ab40fcebc861e67f2da100ad9.zip |
fix: :bug: fix for windows drive difference bug
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/customization/models.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/customization/models.md b/docs/docs/customization/models.md index 29f1ac91..8004130d 100644 --- a/docs/docs/customization/models.md +++ b/docs/docs/customization/models.md @@ -1,6 +1,6 @@ # Models -Continue makes it easy to swap out different LLM providers. Once you've added any of these to your `config.py`, you will be able to switch between them with the model selection dropdown. +Continue makes it easy to swap out different LLM providers. You can either click the "+" button next to the model dropdown to configure in the UI or manually add them to your `config.py`. Once you've done this, you will be able to switch between them with the model selection dropdown. Commercial Models |