Skip to content

Commit

Permalink
Correction to default models configuration. (jupyterlab#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins authored Jan 26, 2024
1 parent 6ebaa43 commit 023d76f
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 023d76f

Please sign in to comment.