Remove Anthropic OAuth support
This commit is contained in:
28
anthropic-oauth-test-payload.json
Normal file
28
anthropic-oauth-test-payload.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user