add claude thinking

This commit is contained in:
MaxRobinsonTheGreat 2025-03-04 11:48:27 -06:00
parent d362919e1f
commit 7ea6f8a6ce

View file

@ -0,0 +1,15 @@
{
"name": "claude",
"model": {
"model": "claude-3-7-sonnet-latest",
"params": {
"thinking": {
"type": "enabled",
"budget_tokens": 16000
}
}
},
"embedding": "openai"
}