From e6dd1b1c398ef849f4e7abb45aa1db8194ba1cd1 Mon Sep 17 00:00:00 2001 From: Jian Shen Date: Fri, 9 Jun 2023 03:02:53 +0800 Subject: [PATCH] docs: Update README.md Signed-off-by: Jian Shen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f39c78..00cb294e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ You can also use the `openllm query` command to query the model from the terminal: ```bash -openllm query --local 'Explain to me the difference between "further" and "farther"' +openllm query --endpoint http://localhost:3000 'Explain to me the difference between "further" and "farther"' ``` ## 🚀 Deploying to Production