Gemini / Dockerfile
snailyp's picture
Update Dockerfile
2abb814 verified
raw
history blame
215 Bytes
FROM snailyp/openai-compatible-balance
EXPOSE 8000
ENV BASE_URL=https://api.groq.com/openai/v1
ENV ALLOWED_TOKENS=["123456"]
ENV API_KEYS=["DDD"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]