refactor(openai_proxy-->-litellm_server): renaming project for simplicity

This commit is contained in:
Krrish Dholakia 2023-10-25 14:14:32 -07:00
parent f6be642f2f
commit 16f39ec840
15 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
WORKDIR /app/openai_proxy
WORKDIR /app/litellm_server
EXPOSE $PORT
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT