We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412a83b commit 70eca54Copy full SHA for 70eca54
modules/src/openai_proxy_app/openai_proxy_app.py
@@ -29,7 +29,7 @@
29
print("Wrote /opt/app/openai_proxy_app.py")
30
PY
31
32
-exec gunicorn openai:app \
+exec gunicorn openai_proxy_app:app \
33
--chdir /opt/app \
34
--bind 0.0.0.0:8000 \
35
--worker-class uvicorn.workers.UvicornWorker \
0 commit comments