Skip to content

Commit

Permalink
Backport PR jupyterlab#605: Correction to default models configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins authored and meeseeksmachine committed Jan 30, 2024
1 parent 1e28736 commit 2b07513
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 @@ -772,17 +772,17 @@ These values are offered as a starting point for users, so they don't have to se
the selections they make in the settings panel will take precedence over these values.

Specify default language model
```
```bash
jupyter lab --AiExtension.default_language_model=bedrock-chat:anthropic.claude-v2
```

Specify default embedding model
```
jupyter lab --AiExtension.default_embedding_model=bedrock:amazon.titan-embed-text-v1
```bash
jupyter lab --AiExtension.default_embeddings_model=bedrock:amazon.titan-embed-text-v1
```

Specify default API keys
```
```bash
jupyter lab --AiExtension.default_api_keys={'OPENAI_API_KEY': 'sk-abcd'}
```

Expand Down

0 comments on commit 2b07513

Please sign in to comment.