chore: typo

This commit is contained in:
arkohut 2024-08-29 19:00:57 +08:00
parent b2ba43af49
commit 2f844eae80

View File

@ -7,7 +7,7 @@ from pydantic import BaseModel
class VLMSettings(BaseModel):
enabled: bool = True
modelname: str = "moondream"
endpoint: str = "https://localhost:11434"
endpoint: str = "http://localhost:11434"
token: str = ""
concurrency: int = 4