Change documentation link for local providers/models.

This commit is contained in:
James C. Palmer 2024-03-22 17:07:51 -07:00
parent 216ecd6c9a
commit 04a3874ae1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export MODEL=ollama/mixtral:latest
poetry run 01 --local
```
Note, you should replace `ollama/mixtral:latest` with a model installed locally. For supported models, see Open Interpreter's [local providers](https://docs.openinterpreter.com/language-models/local-models/lm-studio) documentation.
Note, you should replace `ollama/mixtral:latest` with a model installed locally. For supported models, see Open Interpreter's [local providers](https://docs.openinterpreter.com/language-models/local-models/ollama) documentation.
<br>