We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2495af3 commit 7b2360fCopy full SHA for 7b2360f
main.py
@@ -437,7 +437,7 @@ async def on_handoff_hook(
437
model_dict = model_dict.get('models', {})
438
if model_dict:
439
if not isinstance(model_dict, dict):
440
- raise ValueError(f"Models section of the model_config file {model_conig} must be a dictionary")
+ raise ValueError(f"Models section of the model_config file {model_config} must be a dictionary")
441
model_keys = model_dict.keys()
442
443
for task in taskflow['taskflow']:
0 commit comments