mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
bug: Auto title generation does not work #661
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peperunas on GitHub (Apr 17, 2024).
Bug Report
Description
Bug Summary:
The auto title generation feature does not work. The model is selected to "Current Model". Chatting with the model does not force the chat to be renamed, it just sticks to the default "New Chat".
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Docker
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Apr 18, 2024):
Unable to reproduce the issue at all, backend logs would be helpful here. Keep us updated!
@Nikro commented on GitHub (Apr 19, 2024):
Hey @tjbck - thanks for all the great work! I'm pretty new here :)
I also noticed that the titles aren't generated. I think it still tries to use OpenAI paths for title generation, but it should use Ollama's.
I'm not fully sure it's the same error - didn't want to create a new issue, thought they might be related.
Note: as you can see, I'm using Ollama hosted on a local network. I also removed the API key to OpenAI, and specifically set to use Ollama for title generation.
I browsed through the code, but I didn't pinpoint the problem. I thought you might find it quicker :) or maybe I can give you a hand if I find some time.
Thanks in advance.
@tjbck commented on GitHub (Apr 19, 2024):
@Nikro Are you on the latest version of Ollama?
@Nikro commented on GitHub (Apr 19, 2024):
@tjbck - wow you're fast!
Nope - ollama/ollama:0.1.23, updating now.
UPD: indeed updating to the latest 0.1.32 solved my issue - titles are being populated!
Thank you! ^_^