Skip to content

Commit

Permalink
fix a typo in Azure provider auth config script
Browse files Browse the repository at this point in the history
Signed-off-by: Ubuntu <dingh@dinghvm.nmymwbntgfsu3hqr5dmy2zdhme.bx.internal.cloudapp.net>
  • Loading branch information
Ubuntu committed Feb 28, 2024
1 parent 961486b commit b316e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/providers/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Azure OpenAI Provider provides REST API access to OpenAI's powerful language mod

- Run the following command to authenticate with Azure OpenAI:
```bash
k8sgpt auth --backend azureopenai --baseurl https://<your Azure OpenAI endpoint> --engine <deployment_name> --model <model_name>
k8sgpt auth add --backend azureopenai --baseurl https://<your Azure OpenAI endpoint> --engine <deployment_name> --model <model_name>
```
- Now you are ready to analyze with the Azure OpenAI backend:
```bash
Expand Down

0 comments on commit b316e7c

Please sign in to comment.