fix type: sessionTokenLimit for token usage control
This commit is contained in:
parent
bb6db7e492
commit
9f8ec8c0be
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ For example, if you want to set the max session token limit to 32000, you can se
|
|||
|
||||
```json
|
||||
{
|
||||
"maxSessionToken": 32000
|
||||
"sessionTokenLimit": 32000
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue