Skip to content

Commit cf650c7

Browse files
committed
build: Add claude settings file
1 parent 4d35806 commit cf650c7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"env": {
3+
"ANTHROPIC_BASE_URL": "http://localhost:4141",
4+
"ANTHROPIC_AUTH_TOKEN": "dummy",
5+
"ANTHROPIC_MODEL": "gpt-4.1",
6+
"ANTHROPIC_SMALL_FAST_MODEL": "gpt-4.1"
7+
}
8+
}

0 commit comments

Comments
 (0)