mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-11 05:20:57 +00:00
chore: update llm-models.json template
This commit is contained in:
@@ -74,19 +74,29 @@
|
|||||||
"name": "claude-3-opus-latest",
|
"name": "claude-3-opus-latest",
|
||||||
"requester": "anthropic-messages",
|
"requester": "anthropic-messages",
|
||||||
"token_mgr": "anthropic",
|
"token_mgr": "anthropic",
|
||||||
"vision_supported": true
|
"vision_supported": true,
|
||||||
|
"tool_call_supported": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "claude-3-5-sonnet-latest",
|
"name": "claude-3-5-sonnet-latest",
|
||||||
"requester": "anthropic-messages",
|
"requester": "anthropic-messages",
|
||||||
"token_mgr": "anthropic",
|
"token_mgr": "anthropic",
|
||||||
"vision_supported": true
|
"vision_supported": true,
|
||||||
|
"tool_call_supported": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "claude-3-5-haiku-latest",
|
"name": "claude-3-5-haiku-latest",
|
||||||
"requester": "anthropic-messages",
|
"requester": "anthropic-messages",
|
||||||
"token_mgr": "anthropic",
|
"token_mgr": "anthropic",
|
||||||
"vision_supported": true
|
"vision_supported": true,
|
||||||
|
"tool_call_supported": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "claude-3-7-sonnet-latest",
|
||||||
|
"requester": "anthropic-messages",
|
||||||
|
"token_mgr": "anthropic",
|
||||||
|
"vision_supported": true,
|
||||||
|
"tool_call_supported": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "moonshot-v1-8k",
|
"name": "moonshot-v1-8k",
|
||||||
|
|||||||
Reference in New Issue
Block a user