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
15f4153f
Commit
15f4153f
authored
Mar 29, 2024
by
Timothy J. Baek
Browse files
fix: openai isseu
parent
1371e66e
Changes
2
Hide 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 @
15f4153f
...
@@ -588,7 +588,7 @@
...
@@ -588,7 +588,7 @@
max_tokens
:
$
settings
?.
options
?.
num_predict
??
undefined
,
max_tokens
:
$
settings
?.
options
?.
num_predict
??
undefined
,
docs
:
docs
.
length
>
0
?
docs
:
undefined
docs
:
docs
.
length
>
0
?
docs
:
undefined
},
},
model
.
source
.
toLowerCase
()
===
'litellm'
model
?
.
source
?
.
toLowerCase
()
===
'litellm'
?
`${
LITELLM_API_BASE_URL
}/
v1
`
?
`${
LITELLM_API_BASE_URL
}/
v1
`
:
`${
OPENAI_API_BASE_URL
}`
:
`${
OPENAI_API_BASE_URL
}`
);
);
...
...
src/routes/(app)/c/[id]/+page.svelte
View file @
15f4153f
...
@@ -602,7 +602,7 @@
...
@@ -602,7 +602,7 @@
max_tokens
:
$
settings
?.
options
?.
num_predict
??
undefined
,
max_tokens
:
$
settings
?.
options
?.
num_predict
??
undefined
,
docs
:
docs
.
length
>
0
?
docs
:
undefined
docs
:
docs
.
length
>
0
?
docs
:
undefined
},
},
model
.
source
.
toLowerCase
()
===
'litellm'
model
?
.
source
?
.
toLowerCase
()
===
'litellm'
?
`${
LITELLM_API_BASE_URL
}/
v1
`
?
`${
LITELLM_API_BASE_URL
}/
v1
`
:
`${
OPENAI_API_BASE_URL
}`
:
`${
OPENAI_API_BASE_URL
}`
);
);
...
...
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