Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 2, 2024
1 parent 5ac3cf3 commit b5587fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, lm_provider=None, lm_provider_params=None):
self.application = Application()
self.messages = []
self.tasks = []
self.settings["config_manager"] = SimpleNamespace(
self.settings["jai_config_manager"] = SimpleNamespace(
completions_lm_provider=lm_provider or MockProvider,
completions_lm_provider_params=lm_provider_params or {"model_id": "model"},
)
Expand Down

0 comments on commit b5587fc

Please sign in to comment.