Correct max_tokens for OpenRouter Sonnet 3.5 (#9068)

This commit is contained in:
Infinitnet 2024-10-08 10:06:47 +02:00 committed by GitHub
parent 0564e8a284
commit e741ee2f45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,9 +27,9 @@ parameter_rules:
- name: max_tokens - name: max_tokens
use_template: max_tokens use_template: max_tokens
required: true required: true
default: 4096 default: 8192
min: 1 min: 1
max: 4096 max: 8192
- name: response_format - name: response_format
use_template: response_format use_template: response_format
pricing: pricing: