open-webui/backend
Athanasios Oikonomou eabdd4a140 feat: read max_tokens from model config with fallback to 1000 for title and tag generation
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.
2025-05-18 22:45:33 +03:00
..
data
open_webui feat: read max_tokens from model config with fallback to 1000 for title and tag generation 2025-05-18 22:45:33 +03:00
.dockerignore
.gitignore
dev.sh
requirements.txt chore: dep bump 2025-05-17 21:53:31 +04:00
start_windows.bat refac: web/rag config 2025-04-12 16:33:36 -07:00
start.sh Fix: Use dynamic Python command to run uvicorn and support pyenv setups. 2025-04-29 09:14:23 +01:00