Skip to content

Commit 12ced52

Browse files
committed
fix minor
1 parent d39bd3c commit 12ced52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

codewiki/cli/config_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def save(
119119
cluster_model="",
120120
fallback_model="glm-4p5",
121121
default_output="docs",
122-
agent_instructions=AgentInstructions(),
123-
fallback_model="glm-4p5",
122+
agent_instructions=AgentInstructions()
124123
)
125124

126125
# Update fields if provided

0 commit comments

Comments
 (0)