Files
open-webui/backend/open_webui/utils
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
..
2025-02-08 01:10:18 +07:00
2025-01-15 23:01:43 -08:00
2025-02-17 21:34:06 -08:00
2025-02-10 13:12:05 -08:00
2025-02-08 01:07:05 -08:00
2025-02-17 18:40:40 -08:00
fix
2025-02-13 15:17:41 -08:00
2025-02-15 19:42:58 -05:00
2025-02-16 00:11:18 -08:00
2025-02-09 22:20:47 -08:00
2025-02-13 00:13:33 -08:00
2024-11-30 23:36:30 -08:00
2025-02-04 21:20:03 -08:00
2025-02-16 00:11:18 -08:00