mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-10 13:07:15 +00:00
chore: typo
This commit is contained in:
parent
b2ba43af49
commit
2f844eae80
@ -7,7 +7,7 @@ from pydantic import BaseModel
|
|||||||
class VLMSettings(BaseModel):
|
class VLMSettings(BaseModel):
|
||||||
enabled: bool = True
|
enabled: bool = True
|
||||||
modelname: str = "moondream"
|
modelname: str = "moondream"
|
||||||
endpoint: str = "https://localhost:11434"
|
endpoint: str = "http://localhost:11434"
|
||||||
token: str = ""
|
token: str = ""
|
||||||
concurrency: int = 4
|
concurrency: int = 4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user