Skip to content

Commit

Permalink
Merge pull request #101 from yankay/rename-new-to-add
Browse files Browse the repository at this point in the history
fix: rename`auth new` to `auth add`
  • Loading branch information
AnaisUrlichs authored May 16, 2024
2 parents e0db804 + 185cab1 commit 7508683
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 @@ -142,7 +142,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 7508683

Please sign in to comment.