mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Improves title and tag generation by using the max_tokens value from the model configuration when available, with a fallback to the previous default of 1000. This change is necessary for models like Gemini Pro that generate longer responses and require a higher token limit to successfully generate titles or tags.