From 87a74edbf5644e0797e36a49c891254424e19fb7 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 15 Apr 2026 01:38:44 +0000 Subject: [PATCH] . --- .../specs/2026-04-15-openai-anthropic-proxy-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/specs/2026-04-15-openai-anthropic-proxy-design.md b/docs/superpowers/specs/2026-04-15-openai-anthropic-proxy-design.md index 5cc9c0a..366b5cc 100644 --- a/docs/superpowers/specs/2026-04-15-openai-anthropic-proxy-design.md +++ b/docs/superpowers/specs/2026-04-15-openai-anthropic-proxy-design.md @@ -55,7 +55,7 @@ The proxy sets these headers on all upstream requests: ### Fields mapped directly - `model` -> `model` - `temperature` -> `temperature` -- `max_tokens` -> `max_tokens` (default 8192 if omitted) +- `max_tokens` -> `max_tokens` (default 32000 if omitted) - `stream` -> `stream` - `top_p` -> `top_p` - `stop` -> `stop_sequences`