Skip to content

Commit

Permalink
Merge pull request #94 from HaiyangDING/fix-typo-azure-provider
Browse files Browse the repository at this point in the history
fix a typo in Azure provider auth config script
  • Loading branch information
AlexsJones committed Feb 29, 2024
2 parents 961486b + b316e7c commit c21beb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/providers/backend.md
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 c21beb3

Please sign in to comment.