Remove Anthropic OAuth support

This commit is contained in:
Mario Zechner 2026-01-09 05:10:33 +01:00
parent 2e362fbfd2
commit f5e6bcac1b
12 changed files with 121 additions and 183 deletions

View file

@ -0,0 +1,28 @@
{
"model": "claude-opus-4-5-20251101",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Warmup",
"cache_control": {
"type": "ephemeral"
}
}
]
}
],
"system": [
{
"type": "text",
"text": "You are Claude Code, Anthropic's official CLI for Claude.",
"cache_control": {
"type": "ephemeral"
}
}
],
"max_tokens": 32000,
"stream": true
}