mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-07 03:35:24 +00:00
chore: typo
This commit is contained in:
parent
b2ba43af49
commit
2f844eae80
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user