Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slm_server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Settings(BaseSettings):
description="Owner label for /models list. Set SLM_MODEL_OWNER to override.",
)
n_ctx: int = Field(
8192, description="Maximum context window (input + generated tokens)."
2048, description="Maximum context window (input + generated tokens)."
)
n_threads: int = Field(
2, description="Number of OpenMP threads llama‑cpp will spawn."
Expand Down