diff --git a/docs/modules/general/pages/ai_support.adoc b/docs/modules/general/pages/ai_support.adoc index 02df56d..2b00aa9 100644 --- a/docs/modules/general/pages/ai_support.adoc +++ b/docs/modules/general/pages/ai_support.adoc @@ -8,6 +8,9 @@ You can set up ollama either through installation or using a Docker image. === Install on local host Visit https://ollama.com/download for installation instructions. +Configure your ollama to run the desired large language model +ollama run mistral + === Run ollama with Docker Utilize the Docker image provided by ollama @@ -15,7 +18,9 @@ Instructions can be found at: https://ollama.com/blog/ollama-is-now-available-as Setup Language Model Provider: Configure your ollama to run the desired large language model -Guidelines are available at: https://continue.dev/docs/model-setup/select-provider + +docker exec -it ollama ollama run mistral + == Install continue.dev @@ -33,4 +38,4 @@ configure continue.dev and point to you running ollama instance and define the l } ], -Detailed instructions can be found under: https://continue.dev/ +Detailed instructions can be found under: https://continue.dev/docs/model-setup/select-provider