From 14c7edcb54b15b43dcf66a7a76813322f11703a8 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Mon, 5 Feb 2024 15:43:57 +0100 Subject: [PATCH] done --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a372ff..c4c773e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,19 @@ Start Ollama and its dependencies using Docker Compose: docker-compose up -d ``` -Visit [http://localhost:3000](http://localhost:3000) in your browser to access Ollama. +Visit [http://localhost:3000](http://localhost:3000) in your browser to access Ollama-webui + +There go to settings -> model and intall a model e.g **llama2** + +this can take a couple minutes, but after you can now user it just like chatgpt. + +you can also use langchain and ollama +there is a third container called **app** that was created. inside is some examples. + +the container is a devcontainer as well so you can boot into it if you want to play with it. + +in the run.sh is also the code to make a virtual env if you dont want to use docker for your dev env. + ### Stop and Cleanup