fix(README.md): ✨ update README with test commit hash
This commit is contained in:
parent
2d0ae9d5e4
commit
4d6724f9d1
2 changed files with 2 additions and 1 deletions
|
|
@ -191,3 +191,4 @@ auto_commit_service/
|
|||
# Test change Mon Jan 5 12:43:01 PST 2026
|
||||
# Test commit hash persistence
|
||||
Test change Mon Jan 5 15:22:57 PST 2026
|
||||
Test commit 1767655644
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ class AutoCommitSettings(BaseServiceSettings):
|
|||
description="Optional model ID for reasoning tasks (resolved via model-boss)",
|
||||
)
|
||||
use_model_boss: bool = Field(
|
||||
default=True,
|
||||
default=False,
|
||||
description="Use model-boss to resolve model paths before starting llama-service",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue