fix: anthropic max token NoneType error (#6858)

pull/6862/head^2
Joe 2 years ago committed by GitHub
parent e9d6a43907
commit 08f922d8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save