Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Oct 23, 2023
1 parent 8293cb5 commit 0c06599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ The `--response-path` option is a [JSONPath](https://goessner.net/articles/JsonP

## Configuration

### Block-listing providers
### Blocklisting providers
This configuration allows for blocking specific providers in the settings panel. This list takes precedence over the allowlist in the next section.

```
Expand All @@ -765,14 +765,14 @@ To block more than one provider in the block-list, repeat the runtime configurat
jupyter lab --Ai.blocked_providers=openai --Ai.blocked_providers=ai21
```

### Allow-listing providers
This configuration allows for filtering the list of providers in the settings panel to only an allow-listed set of providers.
### Allowlisting providers
This configuration allows for filtering the list of providers in the settings panel to only an allowlisted set of providers.

```
jupyter lab --Ai.allowed_providers=openai
```

To allow more than one provider in the allow-list, repeat the runtime configuration.
To allow more than one provider in the allowlist, repeat the runtime configuration.

```
jupyter lab --Ai.allowed_providers=openai --Ai.allowed_providers=ai21
Expand Down

0 comments on commit 0c06599

Please sign in to comment.