Skip to content

Commit 7b2360f

Browse files
Update main.py
Co-authored-by: Copilot <[email protected]>
1 parent 2495af3 commit 7b2360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ async def on_handoff_hook(
437437
model_dict = model_dict.get('models', {})
438438
if model_dict:
439439
if not isinstance(model_dict, dict):
440-
raise ValueError(f"Models section of the model_config file {model_conig} must be a dictionary")
440+
raise ValueError(f"Models section of the model_config file {model_config} must be a dictionary")
441441
model_keys = model_dict.keys()
442442

443443
for task in taskflow['taskflow']:

0 commit comments

Comments
 (0)