Skip to content

Commit e983e4d

Browse files
committed
docs: update temperature range and add config deprecation notice
Corrects the temperature parameter range from 0.0-2.0 to 0.0-1.0 and adds a notice that the full config reference is no longer maintained, directing users to `commitbee init` for the latest configuration.
1 parent 8979838 commit e983e4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

DOCS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Run `commitbee doctor` to see the exact path on your system.
136136

137137
### Full Config Reference
138138

139+
> No longer maintained! You can always get the latest configuration by running `commitbee init`!
140+
139141
```toml
140142
# LLM provider: ollama, openai, anthropic
141143
provider = "ollama"
@@ -164,7 +166,7 @@ max_context_chars = 24000
164166
# Request timeout in seconds (1-3600)
165167
timeout_secs = 300
166168

167-
# LLM temperature (0.0-2.0). Lower = more deterministic
169+
# LLM temperature (0.0-1.0). Lower = more deterministic
168170
temperature = 0.3
169171

170172
# Maximum tokens to generate (default 256)

0 commit comments

Comments
 (0)