Files
open-webui/backend/open_webui
ferret99gt aea8977d05 Remove mapping of max_completion_tokens
1) max_completion_tokens is being looked for in openai_payload, but would be located in openai_payload['options'], so is never found. (This applies to the prior two commits as well).
2) max_completion_tokens is not sent from the frontend, only max_tokens. It does not appear in AdvancedParams.svelte.
2b) Openai.py does use max_completion_tokens, but for o1,o3 models and converts it from max_tokens.
2025-02-19 08:39:33 -05:00
..
2024-12-30 23:06:34 -08:00
2025-02-11 23:42:31 -08:00
2025-02-17 19:29:28 -08:00
2025-02-13 00:34:45 -08:00
2025-02-15 21:14:03 -08:00
2025-02-09 22:20:47 -08:00
2025-01-21 19:33:33 -08:00
2025-01-13 00:34:15 -08:00
2024-09-04 17:33:39 +02:00
2025-02-17 21:34:06 -08:00
2025-02-03 16:14:00 -08:00
2025-02-16 00:11:18 -08:00
2025-02-05 14:35:18 -08:00
2025-02-17 18:14:26 -08:00
2024-12-19 01:00:32 -08:00