From 04a3874ae1334c17f5c6f65e6a56c32c3aa3049b Mon Sep 17 00:00:00 2001 From: "James C. Palmer" Date: Fri, 22 Mar 2024 17:07:51 -0700 Subject: [PATCH] Change documentation link for local providers/models. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24d6425..3f9b52d 100644 --- a/README.md +++ b/README.md @@ -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.