Commit 3a147045 authored by Your Name's avatar Your Name

Fix: set_default_model instead of set_model

parent 71b9572c
...@@ -340,7 +340,7 @@ def main(): ...@@ -340,7 +340,7 @@ def main():
# Register models with multi_model_manager # Register models with multi_model_manager
for idx, model_name in enumerate(model_names): for idx, model_name in enumerate(model_names):
multi_model_manager.set_model(model_name, { multi_model_manager.set_default_model(model_name, {
'ctx': get_ctx_by_index(args.n_ctx, idx, 0), 'ctx': get_ctx_by_index(args.n_ctx, idx, 0),
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment