This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Correct max_tokens for OpenRouter Sonnet 3.5 (
#9068
)
tags/0.9.2
Infinitnet
1 year ago
parent
0564e8a284
commit
e741ee2f45
No account linked to committer's email address
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
api/core/model_runtime/model_providers/openrouter/llm/claude-3-5-sonnet.yaml
+ 2
- 2
api/core/model_runtime/model_providers/openrouter/llm/claude-3-5-sonnet.yaml
View File
@@ -27,9 +27,9 @@ parameter_rules:
- name: max_tokens
use_template: max_tokens
required: true
default:
4096
default:
8192
min: 1
max:
4096
max:
8192
- name: response_format
use_template: response_format
pricing:
Write
Preview
Loading…
Cancel
Save