fix: lower default temperature from 0.7 to 0.1
This commit is contained in:
@@ -187,7 +187,7 @@ class AgentDefaults(Base):
|
||||
workspace: str = "~/.nanobot/workspace"
|
||||
model: str = "anthropic/claude-opus-4-5"
|
||||
max_tokens: int = 8192
|
||||
temperature: float = 0.7
|
||||
temperature: float = 0.1
|
||||
max_tool_iterations: int = 20
|
||||
memory_window: int = 50
|
||||
|
||||
|
||||
Reference in New Issue
Block a user