From 40fbba7df1b2ce40c99262c901c7d2a26e9bbed0 Mon Sep 17 00:00:00 2001 From: gujing <925973396@qq.com> Date: Mon, 12 Jun 2023 17:14:16 +0800 Subject: [PATCH] docs: fix add localai command in readme.md (#494) Signed-off-by: zibai Co-authored-by: zibai --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c2fe08..9d94622 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: