Bug Summary:
The Title Auto-generate doesn't work with LiteLLM and Claude Model
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
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.
<!-- gh-comment-id:2000458644 -->
@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.
I don't have local model. Just a question , does LiteLLM use OpenAI completion underneath?
<!-- gh-comment-id:2000463136 -->
@mafrasiabi commented on GitHub (Mar 15, 2024):
I don't have local model. Just a question , does LiteLLM use OpenAI completion underneath?
<!-- gh-comment-id:2000567705 -->
@justinh-rahb commented on GitHub (Mar 15, 2024):
> I don't have local model. Just a question , does LiteLLM use OpenAI completion underneath?
It uses whatever API(s) you configure it for:
- #1038
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?