mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1178] feat: title generation support for external models #51045
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 @mafrasiabi on GitHub (Mar 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1178
Originally assigned to: @tjbck on GitHub.
Bug Report
Description
Bug Summary:
The Title Auto-generate doesn't work with LiteLLM and Claude Model
@tjbck commented on GitHub (Mar 15, 2024):
LiteLLM auto-title generation is unsupported, but you should still be able to set the title generation model to your local model which will generate the title for you.
@mafrasiabi commented on GitHub (Mar 15, 2024):
I don't have local model. Just a question , does LiteLLM use OpenAI completion underneath?
@justinh-rahb commented on GitHub (Mar 15, 2024):
It uses whatever API(s) you configure it for:
@mafrasiabi commented on GitHub (Mar 15, 2024):
thanks!
I meant is it using backend/apis/openai methods?