mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-12 01:02:23 +03:00
Attempt to fix netlify check fails.
This commit is contained in:
parent
4db57b9a3b
commit
a0b06b7377
|
@ -1048,6 +1048,9 @@ that the keys are set as environmental variables:
|
||||||
- Deployed Azure OpenAI models are reachable via a resource-specific base URL,
|
- Deployed Azure OpenAI models are reachable via a resource-specific base URL,
|
||||||
usually of the form `https://{resource}.openai.azure.com`. Hence the URL has to
|
usually of the form `https://{resource}.openai.azure.com`. Hence the URL has to
|
||||||
be specified via the `base_url` argument.
|
be specified via the `base_url` argument.
|
||||||
|
- Azure further expects the _API version_ to be specified. The default value for
|
||||||
|
this, via the `api_version` argument, is currently `2023-05-15` but may be
|
||||||
|
updated in the future.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export OPENAI_API_KEY="sk-..."
|
export OPENAI_API_KEY="sk-..."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user