You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
</a>
17
17
</p>
18
18
19
-
[Deploy this function on flows.network](), and you will get an AI agent to review and summarize GitHub Pull Requests. It helps busy open source contributors understand and make decisions on PRs faster! Here are some examples. Notice how the code review bot provides code snippets to show you how to improve the code!
19
+
[Deploy this function on flows.network](https://flows.network/flow/createByTemplate/github-pr-summary-llm), and you will get an AI agent to review and summarize GitHub Pull Requests. It helps busy open source contributors understand and make decisions on PRs faster! Here are some examples. Notice how the code review bot provides code snippets to show you how to improve the code!
20
20
21
21
> We recommend you to use a [Gaia node](https://github.com/GaiaNet-AI/gaianet-node) running an open source coding LLM as the backend to perform PR reviews and summarizations. You can use [a community node](https://docs.gaianet.ai/user-guide/nodes#codestral) or run a node [on your own computer](https://github.com/GaiaNet-AI/node-configs/tree/main/codestral-0.1-22b)!
22
22
@@ -48,7 +48,7 @@ You will also need to sign into [flows.network](https://flows.network/) from you
48
48
49
49
### 1 Create a bot from template
50
50
51
-
Create a flow function from [this template]().
51
+
Create a flow function from [this template](https://flows.network/flow/createByTemplate/github-pr-summary-llm).
52
52
It will fork a repo into your personal GitHub account. Your flow function will be compiled from the source code
53
53
in your forked repo. You can configure how it is summoned from the GitHub PR.
0 commit comments