Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title Auto-Generation Doesn’t Respect Custom Context Length #1980

Closed
2 tasks
isr431 opened this issue May 5, 2024 · 1 comment
Closed
2 tasks

Title Auto-Generation Doesn’t Respect Custom Context Length #1980

isr431 opened this issue May 5, 2024 · 1 comment

Comments

@isr431
Copy link

isr431 commented May 5, 2024

Bug Report

Description

Bug Summary:
When a custom context length is set, it isn't respected by title auto-generation. As a result, the model is being re-loaded entirely with the default context when generating a title, adding unnecessary delay.

Steps to Reproduce:
Select 'Settings' > 'General' > 'Advanced Parameters' and set 'Context Length' to any value other than the default of 2048. Turn on title auto-generation.

Expected Behavior:
Title auto-generation should respect the custom context length, removing the need to reload the model.

Actual Behavior:
Title auto-generation did not respect the custom context length, causing the model to be reloaded with the default context of 2048.

Environment

  • Open WebUI Version: v0.1.123

  • Ollama (if applicable): 0.1.33

  • Operating System: Windows 11

  • Browser (if applicable): Chrome Version 124.0.6367.119

Reproduction Details

Confirmation:

  • [X ] I have read and followed all the instructions provided in the README.md.
  • [X ] I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.

Installation Method

Open WebUI was installed using Docker.

Additional Information

Was able to confirm issue by checking Ollama server logs.

@tjbck
Copy link
Contributor

tjbck commented May 7, 2024

Should be fixed on our dev branch! Let us know if the issue persists!

@tjbck tjbck closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants