|
16 | 16 | </a>
|
17 | 17 | </p>
|
18 | 18 |
|
19 |
| -[Deploy this function on flows.network](#deploy-your-own-code-review-bot-in-3-simple-steps), and you will get a GitHub 🤖 to review and summarize Pull Requests. It helps busy open source contributors understand and make decisions on PRs faster! A few examples below! |
| 19 | +[Deploy this function on flows.network](#deploy-your-own-code-review-bot-in-3-simple-steps), and you will get a GitHub agent to review and summarize Pull Requests. It helps busy open source contributors understand and make decisions on PRs faster! A few examples below! |
| 20 | + |
| 21 | +>We recommend you to use a[GaiaNet 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-22b-v01) or run a node[on your own computer](https://github.com/GaiaNet-AI/node-configs/tree/main/codestral-0.1-22b)! |
20 | 22 |
|
21 | 23 | *[[Rust] Improve support for host functions in the WasmEdge Rust SDK](https://github.com/WasmEdge/WasmEdge/pull/2394#issuecomment-1497819842)
|
22 | 24 | *[[bash] Support ARM architecture in the WasmEdge installer](https://github.com/WasmEdge/WasmEdge/pull/1084#issuecomment-1497830324)
|
@@ -67,10 +69,11 @@ Next, you will tell the bot which GitHub repo it needs to monitor for upcoming P
|
67 | 69 |
|
68 | 70 | And the LLM API service you want to use to review the PRs.
|
69 | 71 |
|
70 |
| -*`llm_api_endpoint` : The OpenAI compatible API service endpoint for the LLM to conduct code reviews. |
71 |
| -*`llm_model_name` : The model name required by the API service. |
72 |
| -*`llm_ctx_size` : The context window size of the selected model. |
73 |
| -*`llm_api_key` : Optional: The API key if required by the LLM service provider. |
| 72 | +*`llm_api_endpoint` : The OpenAI compatible API service endpoint for the LLM to conduct code reviews. We recommend |
| 73 | +the[Codetral-0.1-22B GaiaNet node](https://github.com/GaiaNet-AI/node-configs/tree/main/codestral-0.1-22b):`https://codestral-01-22b.us.gaianet.network/v1` |
| 74 | +*`llm_model_name` : The model name required by the API service. We recommend the following model name for the above GaiaNet node:`Codestral-22B-v0.1-hf-Q5_K_M` |
| 75 | +*`llm_ctx_size` : The context window size of the selected model. The Codestral 0.1 model has a 16k context window, which is`16384`. |
| 76 | +*`llm_api_key` : Optional: The API key if required by the LLM service provider. It is not required for the GaiaNet node. |
74 | 77 |
|
75 | 78 | Click on the**Build** button.
|
76 | 79 |
|
|