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
889a2fd7
"nndet/io/transforms/spatial.py" did not exist on "dbed904cefbf7d201d77dde4f7ace89e4fc23d1b"
Commit
889a2fd7
authored
May 21, 2024
by
Jun Siang Cheah
Browse files
fix: wrong path for space litellm config
parent
2502bd8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/start.sh
backend/start.sh
+1
-1
No files found.
backend/start.sh
View file @
889a2fd7
...
...
@@ -37,7 +37,7 @@ if [ -n "$SPACE_ID" ]; then
# Copy litellm_config.yaml with specified ownership
echo
"Copying litellm_config.yaml to the desired location with specified ownership..."
cp
./backend
/space/litellm_config.yaml ./data/litellm/config.yaml
cp
-f
.
/space/litellm_config.yaml ./data/litellm/config.yaml
WEBUI_SECRET_KEY
=
"
$WEBUI_SECRET_KEY
"
uvicorn main:app
--host
"
$HOST
"
--port
"
$PORT
"
--forwarded-allow-ips
'*'
&
webui_pid
=
$!
...
...
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