Spaces:
Running
on
L4
Running
on
L4
fix: no need proxy
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -20,6 +20,7 @@ cd /app/playground && npm run dev &
|
|
20 |
|
21 |
# start backend
|
22 |
export OPENAI_API_BASE=http://127.0.0.1:8000/v1
|
|
|
23 |
export OPENAI_MODEL=${HF_MODEL_NAME}
|
24 |
export OPENAI_API_KEY=${VLLM_SERVE_API_KEY}
|
25 |
cd /app && task run
|
|
|
20 |
|
21 |
# start backend
|
22 |
export OPENAI_API_BASE=http://127.0.0.1:8000/v1
|
23 |
+
export OPENAI_PROXY_URL=
|
24 |
export OPENAI_MODEL=${HF_MODEL_NAME}
|
25 |
export OPENAI_API_KEY=${VLLM_SERVE_API_KEY}
|
26 |
cd /app && task run
|