Skip to content

Commit

Permalink
[feature] Code logic modification
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

**Root cause and solution**

**Impactions**

**Test method**

**Affected branch(es)**

* main

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
congxi committed May 24, 2024
1 parent 87bce97 commit 4eb104d
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 167 deletions.
2 changes: 2 additions & 0 deletions df-llm-agent/llm_agent_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ async def llm_agent_stream_system(request, platform=""):
return res

# 组件


@llm_agent_app.route("/ai/azure/deepflow/modules", methods=["POST"])
@wrap_resp
async def llm_agent_module(request):
Expand Down
Loading

0 comments on commit 4eb104d

Please sign in to comment.