fix: backend proxy

This commit is contained in:
Timothy J. Baek 2024-01-05 17:16:35 -08:00
parent 439185be80
commit bb2971260d
3 changed files with 116 additions and 184 deletions

View file

@ -12,10 +12,9 @@ RUN npm run build
FROM python:3.11-slim-buster as base
ARG OLLAMA_API_BASE_URL='/ollama/api'
ENV ENV=prod
ENV OLLAMA_API_BASE_URL $OLLAMA_API_BASE_URL
ENV OLLAMA_API_BASE_URL "/ollama/api"
ENV OPENAI_API_BASE_URL ""
ENV OPENAI_API_KEY ""