Skip to content

Commit dfea950

Browse files
authored
Merge pull request #459 from miurla/add-claude-3-7-sonnet
Add Claude 3.7 Sonnet to models.json
2 parents 5ec524b + e8f58ea commit dfea950

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/config/models.json

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
"enabled": true,
2525
"toolCallType": "native"
2626
},
27+
{
28+
"id": "claude-3-7-sonnet-20250219",
29+
"name": "Claude 3.7 Sonnet",
30+
"provider": "Anthropic",
31+
"providerId": "anthropic",
32+
"enabled": true,
33+
"toolCallType": "native"
34+
},
2735
{
2836
"id": "claude-3-5-sonnet-latest",
2937
"name": "Claude 3.5 Sonnet",

0 commit comments

Comments
 (0)