Update the default value of MAX_TEXT_LENGTH to 1000 for the image.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ COPY . .
|
||||
# Environment variables with defaults
|
||||
ENV PORT=8000
|
||||
ENV MODEL_NAME=knowledgator/gliner-multitask-large-v0.5
|
||||
ENV MAX_TEXT_LENGTH=10000
|
||||
ENV MAX_TEXT_LENGTH=1000
|
||||
|
||||
# Expose port
|
||||
EXPOSE ${PORT}
|
||||
|
||||
Reference in New Issue
Block a user