Skip to content

Commit 02be49a

Browse files
committed
Update default model
Signed-off-by: Michael Yuan <michael@secondstate.io>
1 parent de75765 commit 02be49a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
</a>
1717
</p>
1818

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)!
2022
2123
* [[Rust] Improve support for host functions in the WasmEdge Rust SDK](https://github.com/WasmEdge/WasmEdge/pull/2394#issuecomment-1497819842)
2224
* [[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
6769
6870
And the LLM API service you want to use to review the PRs.
6971

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.
7477

7578
Click on the **Build** button.
7679

0 commit comments

Comments
 (0)