Skip to content

Commit

Permalink
rename auth new to add
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Apr 15, 2024
1 parent fa5a6cc commit 697c2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _Run a scan with the default analyzers_

```
k8sgpt generate
k8sgpt auth new
k8sgpt auth add
k8sgpt analyze --explain
```

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/providers/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ LocalAI is a local model, which is an OpenAI compatible API. It uses llama.cpp a
- To start the API server, follow the instruction in [LocalAI](https://github.com/go-skynet/LocalAI#example-use-gpt4all-j-model).
- Authenticate K8sGPT with LocalAI:
```bash
k8sgpt auth new --backend localai --model <model_name> --baseurl http://localhost:8080/v1
k8sgpt auth add --backend localai --model <model_name> --baseurl http://localhost:8080/v1
```
- Analyze with a LocalAI backend:
```bash
Expand Down

0 comments on commit 697c2c7

Please sign in to comment.