Skip to content

Commit

Permalink
default context config
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Jan 21, 2025
1 parent b712043 commit 8b6b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/schemas/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def with_model(self, model: str) -> "Context":
self.model = model
return self

def with_deployment_config(self, deployment_config=None) -> "Context":
def with_deployment_config(self, deployment_config={}) -> "Context":
if deployment_config:
self.deployment_config = deployment_config
else:
Expand Down

0 comments on commit 8b6b418

Please sign in to comment.