fix: anthropic max token NoneType error (#6858)

This commit is contained in:
Joe 2024-08-01 11:30:00 +08:00 committed by GitHub
parent e9d6a43907
commit 08f922d8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ parameter_rules:
required: false
- name: max_tokens
use_template: max_tokens
required: true
default: 8192
min: 1
max: 8192