Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
1371e66e
Commit
1371e66e
authored
Mar 29, 2024
by
Timothy J. Baek
Browse files
fix: litellm title generation issue
parent
2fbb92ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/routes/(app)/+page.svelte
src/routes/(app)/+page.svelte
+1
-1
src/routes/(app)/c/[id]/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
+1
-1
No files found.
src/routes/(app)/+page.svelte
View file @
1371e66e
...
@@ -781,7 +781,7 @@
...
@@ -781,7 +781,7 @@
titleModelId
,
titleModelId
,
userPrompt
,
userPrompt
,
titleModel
?.
external
??
false
titleModel
?.
external
??
false
?
titleModel
.
source
===
'litellm'
?
titleModel
?
.
source
?.
toLowerCase
()
===
'litellm'
?
`${
LITELLM_API_BASE_URL
}/
v1
`
?
`${
LITELLM_API_BASE_URL
}/
v1
`
:
`${
OPENAI_API_BASE_URL
}`
:
`${
OPENAI_API_BASE_URL
}`
:
`${
OLLAMA_API_BASE_URL
}/
v1
`
:
`${
OLLAMA_API_BASE_URL
}/
v1
`
...
...
src/routes/(app)/c/[id]/+page.svelte
View file @
1371e66e
...
@@ -795,7 +795,7 @@
...
@@ -795,7 +795,7 @@
titleModelId
,
titleModelId
,
userPrompt
,
userPrompt
,
titleModel
?.
external
??
false
titleModel
?.
external
??
false
?
titleModel
.
source
===
'litellm'
?
titleModel
?
.
source
?.
toLowerCase
()
===
'litellm'
?
`${
LITELLM_API_BASE_URL
}/
v1
`
?
`${
LITELLM_API_BASE_URL
}/
v1
`
:
`${
OPENAI_API_BASE_URL
}`
:
`${
OPENAI_API_BASE_URL
}`
:
`${
OLLAMA_API_BASE_URL
}/
v1
`
:
`${
OLLAMA_API_BASE_URL
}/
v1
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment