mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
chore: change default config
This commit is contained in:
parent
a11538b4c6
commit
90df59a206
@ -1086,7 +1086,7 @@ def watch(
|
||||
None, "--folder", "-f", help="Specify folders to watch"
|
||||
),
|
||||
sparsity_factor: float = typer.Option(
|
||||
2.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
|
||||
3.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
|
||||
),
|
||||
window_size: int = typer.Option(
|
||||
20, "--window-size", "-ws", help="Window size for rate calculation"
|
||||
|
@ -225,7 +225,7 @@ def watch_default_library(
|
||||
20, "--window-size", "-ws", help="Window size for rate calculation"
|
||||
),
|
||||
sparsity_factor: float = typer.Option(
|
||||
2.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
|
||||
3.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
|
||||
),
|
||||
verbose: bool = typer.Option(
|
||||
False, "--verbose", "-v", help="Enable verbose logging"
|
||||
|
@ -71,7 +71,7 @@ class Settings(BaseSettings):
|
||||
screenshots_dir: str = os.path.join(base_dir, "screenshots")
|
||||
|
||||
# Server settings
|
||||
server_host: str = "0.0.0.0"
|
||||
server_host: str = "127.0.0.1"
|
||||
server_port: int = 8839
|
||||
|
||||
# VLM plugin settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user