docs: remove obsolete environment variables (#3926)

* Obsolete environment variables

* Review fixes

* Review fixes

* Review fixes
This commit is contained in:
Daniele Ricci
2023-09-01 13:05:45 +02:00
committed by GitHub
parent 41461e0d5d
commit c7d53a5006
2 changed files with 28 additions and 27 deletions

View File

@@ -13,7 +13,6 @@ from .schemas import ModelType
class Settings(BaseSettings):
cache_folder: str = "/cache"
eager_startup: bool = False
model_ttl: int = 0
host: str = "0.0.0.0"
port: int = 3003