From 213367ffaa5761baaf675bf70b15ec304efaba70 Mon Sep 17 00:00:00 2001 From: zibai Date: Mon, 12 Jun 2023 15:56:17 +0800 Subject: [PATCH] docs: fix add localai command in readme.md Signed-off-by: zibai --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c2fe081ab..9d94622090 100644 --- a/README.md +++ b/README.md @@ -292,10 +292,10 @@ To start the API server, follow the instruction in [LocalAI](https://github.com/ ### Run k8sgpt -To run k8sgpt, run `k8sgpt auth new` with the `localai` backend: +To run k8sgpt, run `k8sgpt auth add` with the `localai` backend: ``` -k8sgpt auth new --backend localai --model --baseurl http://localhost:8080/v1 +k8sgpt auth add --backend localai --model --baseurl http://localhost:8080/v1 ``` Now you can analyze with the `localai` backend: