mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
add claude thinking
This commit is contained in:
parent
d362919e1f
commit
7ea6f8a6ce
1 changed files with 15 additions and 0 deletions
15
profiles/claude_thinking.json
Normal file
15
profiles/claude_thinking.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "claude",
|
||||
|
||||
"model": {
|
||||
"model": "claude-3-7-sonnet-latest",
|
||||
"params": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budget_tokens": 16000
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"embedding": "openai"
|
||||
}
|
Loading…
Add table
Reference in a new issue