Skip to content

Commit

Permalink
Merge branch 'feat/model-runtime' into deploy/dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	api/requirements.txt
  • Loading branch information
takatost committed Jan 2, 2024
2 parents 871c0c0 + 5b6d3c0 commit 80149ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions api/core/application_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,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"]

agent_tool_properties["config"] = tool_item
agent_tools.append(AgentToolEntity(**agent_tool_properties))

Expand Down
3 changes: 1 addition & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ unstructured~=0.10.27
unstructured[docx,pptx,msg,md,ppt]~=0.10.27
bs4~=0.0.1
markdown~=3.5.1

google-generativeai~=0.3.2
google-generativeai~=0.3.2

0 comments on commit 80149ab

Please sign in to comment.