Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"anthropic": {
"base_url": "https://api.anthropic.com/v1",
"api_key_env": "ANTHROPIC_API_KEY",
"structured_output": "json_object",
"structured_output": "none",
"models": {
"claude-opus-4-8": { "temperature": 0.1, "top_p": 0.9 },
"claude-sonnet-5": { "temperature": 0.1, "top_p": 0.9 },
"claude-opus-4-8": {},
"claude-sonnet-5": {},
"claude-haiku-4-5": { "temperature": 0.1, "top_p": 0.9 }
}
}
Expand Down