Skip to content

Commit

Permalink
Merge branch 'feat/model-runtime' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost committed Jan 2, 2024
2 parents 0635ac7 + 7544334 commit 465a09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/core/application_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def _convert_from_app_model_config_dict(self, tenant_id: str, app_model_config_d
if "enabled" not in tool_item or not tool_item["enabled"]:
continue

del tool_item["enabled"]
dataset_id = tool_item['id']
dataset_ids.append(dataset_id)

Expand Down

0 comments on commit 465a09e

Please sign in to comment.