fix: anthropic max token NoneType error (#6858)
This commit is contained in:
parent
e9d6a43907
commit
08f922d8c9
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ parameter_rules:
|
|||
required: false
|
||||
- name: max_tokens
|
||||
use_template: max_tokens
|
||||
required: true
|
||||
default: 8192
|
||||
min: 1
|
||||
max: 8192
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue