Removes `sk-` prefix from AZURE_API_KEY example

This commit is contained in:
Chris Howlin 2024-02-09 14:03:40 +00:00 committed by GitHub
parent 108ccbf795
commit 5a62254fc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ export PALM_API_KEY="..."
For Azure:
```shell
export AZURE_API_KEY="sk-..."
export AZURE_API_KEY="..."
```
### Models via HuggingFace {id="models-hf"}