mirror of https://github.com/explosion/spaCy.git
Removes `sk-` prefix from AZURE_API_KEY example
This commit is contained in:
parent
108ccbf795
commit
5a62254fc4
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue