mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-30 19:24:07 +03:00
Adds Azure API key example
This commit is contained in:
parent
e1249d3722
commit
108ccbf795
|
@ -1492,6 +1492,12 @@ For PaLM:
|
||||||
export PALM_API_KEY="..."
|
export PALM_API_KEY="..."
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For Azure:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
export AZURE_API_KEY="sk-..."
|
||||||
|
```
|
||||||
|
|
||||||
### Models via HuggingFace {id="models-hf"}
|
### Models via HuggingFace {id="models-hf"}
|
||||||
|
|
||||||
These models all take the same parameters:
|
These models all take the same parameters:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user