From 342837662c5e7761648cb412310fe47a133ea4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Wed, 14 May 2025 11:44:56 +0200 Subject: [PATCH] Readme.md: http_proxy -> llama_proxy --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 685a8f9..da19a86 100644 --- a/Readme.md +++ b/Readme.md @@ -16,8 +16,8 @@ Deploy llama3.2 on Oyster using the ollama framework and interact with it in a v 2. Update the following docker images according to your system's architecture in the `docker-compose.yml` ```sh - # http proxy service - http_proxy: + # llama http proxy service + llama_proxy: image: kalpita888/ollama_arm64:0.0.1 # For arm64 system use kalpita888/ollama_arm64:0.0.1 and for amd64 system use kalpita888/ollama_amd64:0.0.1 ```