We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae0667 commit 9159a84Copy full SHA for 9159a84
2 files changed
.github/workflows/deploy.yml
@@ -67,7 +67,7 @@ jobs:
67
docker run -d \
68
--name void_filter \
69
--restart unless-stopped \
70
- -p 80:8000 \
+ -p 8000:8000 \
71
$IMAGE_URI
72
73
echo "📊 Container status:"
main.py
@@ -19,7 +19,7 @@
19
20
class TextRequest(BaseModel):
21
text: str
22
- fix_spelling: Optional[bool] = False
+ fix_spelling: Optional[bool] = True
23
24
class DetectedEntity(BaseModel):
25
0 commit comments