We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa24325 + 6ee2b0a commit 55476beCopy full SHA for 55476be
README.md
@@ -176,8 +176,11 @@
176
177
```bash
178
git clone git@github.com:mimo-x/Code-Review-GPT-Gitlab.git
179
+
180
cd Code-Review-GPT-Gitlab
181
182
+vim ./config/config.py
183
184
docker run -d --network bridge --add-host=host.docker.internal:host-gateway -v ./config:/workspace/config -p 8080:80 --name codereview xuxin1/llmcodereview:latest
185
```
186
@@ -254,8 +257,8 @@ python3 app.py
254
257
255
258
## Powered by [Mobvista - 汇量科技](https://www.mobvista.com)
256
259
-<p align="center">
- <img src="doc/img/Logo-MV.png" style="width:500px;"/>
260
+<p align="left">
261
+ <img src="doc/img/Logo-MV.png" style="width:200px;"/>
262
</p>
263
264
> **本项目由 [Mobvista 汇量科技](https://www.mobvista.com) 的技术团队研发及发布。**
0 commit comments