This commit is contained in:
ashisgreat22 2026-04-15 01:38:44 +00:00
parent 4fb87b75a8
commit 87a74edbf5

View file

@ -55,7 +55,7 @@ The proxy sets these headers on all upstream requests:
### Fields mapped directly ### Fields mapped directly
- `model` -> `model` - `model` -> `model`
- `temperature` -> `temperature` - `temperature` -> `temperature`
- `max_tokens` -> `max_tokens` (default 8192 if omitted) - `max_tokens` -> `max_tokens` (default 32000 if omitted)
- `stream` -> `stream` - `stream` -> `stream`
- `top_p` -> `top_p` - `top_p` -> `top_p`
- `stop` -> `stop_sequences` - `stop` -> `stop_sequences`