XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update copilot.py

3784f6ed
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified etc/tool/copilot.py +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}