File size: 215 Bytes
297f159
c0c9088
 
 
2abb814
 
 
 
297f159
1
2
3
4
5
6
7
8
9
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"]