From f0802c30355c28066e675050e75dee85b4a921cf Mon Sep 17 00:00:00 2001 From: martin legrand Date: Thu, 27 Mar 2025 11:44:59 +0100 Subject: [PATCH] typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc62b35..f60ac2f 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ ip a | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | cut -d/ -f1 Note: For Windows or macOS, use ipconfig or ifconfig respectively to find the IP address. -**If you wish to use openai based provider follow the *Run with an API* section. vLLM** +**If you wish to use openai based provider follow the *Run with an API* section.** Make sure ollama is installed (Currently our script only support ollama)