mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Merge pull request #5315 from paul-gauthier/main
openrouter/anthropic/claude-3.5-sonnet: supports_assistant_prefill:true
This commit is contained in:
commit
09aacfc6a8
1 changed files with 2 additions and 1 deletions
|
|
@ -2793,7 +2793,8 @@
|
|||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"tool_use_system_prompt_tokens": 159
|
||||
"tool_use_system_prompt_tokens": 159,
|
||||
"supports_assistant_prefill": true
|
||||
},
|
||||
"openrouter/anthropic/claude-3-sonnet": {
|
||||
"max_tokens": 200000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue