Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Nov 8, 2023
1 parent 486b2fe commit 35bd907
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,9 +943,11 @@ Here is an example for configuring the `bedrock` provider for `ai21.j2-mid-v1` m
```json
{
"AiExtension": {
"bedrock:ai21.j2-mid-v1": {
"model_kwargs": {
"maxTokens": 200
"model_parameters": {
"bedrock:ai21.j2-mid-v1": {
"model_kwargs": {
"maxTokens": 200
}
}
}
}
Expand Down

0 comments on commit 35bd907

Please sign in to comment.