返回提交历史
Modified
etc/tool/copilot.py
+1
-1
XFEstudio/gpt4free
Update copilot.py
3784f6ed
代码差异
1 个文件
+1
-1
@@ -197,7 +197,7 @@ def create_review_prompt(pull: PullRequest, diff: str):
197
197
return f"""Your task is to review a pull request. Instructions:
198
198
- Write in name of g4f copilot. Don't use placeholder.
199
199
- Write the review in GitHub Markdown format.
200
- Enclose your response in backticks ```response```
200
- Enclose your response in backticks ```markdown```
201
201
- Thank the author for contributing to the project.
202
202
203
203
Pull request author: {pull.user.name}