Mr-Help commited on
Commit
735491a
·
verified ·
1 Parent(s): 760a824

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,7 +3,6 @@ FROM python:3.11-slim
3
  ENV PYTHONDONTWRITEBYTECODE=1
4
  ENV PYTHONUNBUFFERED=1
5
  ENV PORT=7860
6
- ENV MODEL_ID=google/gemma-3-1b-it
7
  ENV MAX_NEW_TOKENS=12
8
  ENV INTENTS=same_path,change_path,greeting,pricing,booking,complaint,follow_up,other
9
 
 
3
  ENV PYTHONDONTWRITEBYTECODE=1
4
  ENV PYTHONUNBUFFERED=1
5
  ENV PORT=7860
 
6
  ENV MAX_NEW_TOKENS=12
7
  ENV INTENTS=same_path,change_path,greeting,pricing,booking,complaint,follow_up,other
8