Skip to content

Commit

Permalink
Update ai_support.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgloeckner authored Mar 11, 2024
1 parent ce88c97 commit 041b26f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/modules/general/pages/ai_support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ 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
Instructions can be found at: https://ollama.com/blog/ollama-is-now-available-as-an-official-docker-image
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

Expand All @@ -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

0 comments on commit 041b26f

Please sign in to comment.