小安

Results 186 comments of 小安

try to add up the timeout value for aws lambda

使用的 github app 还是 github action

Have you checked the CI job, was it run successfully?

the api key is expired, I just updated, please push new commit to test. enjoy

@JeromeLin 你上面的 CI 里的 Review 其实是 app 评论的,而不是 github action 评论的 目前设置语言参数仅支持了 github action 我看了下你的仓库,建议的修改方式如下 1. 卸载掉 app 2. 我估计你没把 `OPENAI_API_KEY` 配置在 secrets 下,这里设置下 github action 就正常生效了

@xxhgnxx 版本指定为最新版试试 ``` anc95/[email protected] ```

@JeromeLin https://github.com/ZhongAnTech/zarm/actions/runs/4542611651/jobs/8006243401 这个 key 还是空的,记得把 OPENAI_API_KEY 在 secrets 里设置下,如

@JeromeLin 问了下 ChatGPT,不知道是不是这个原因 > 默认情况下,由 fork 的仓库到主仓库 pull_request 触发的 GitHub Action 是没有权限访问 secrets 的。这是因为在 pull request 中可能存在恶意代码,因此 GitHub 采取了安全措施来限制 pull request 的访问权限,以防止未经授权的代码访问 secrets 。 要允许由 fork 的仓库到主仓库 pull_request 触发的 GitHub...

@JeromeLin 目前看用 github app 会避免掉这个问题,我后续支持下 github app 的设置语言等参数,你们可以自己部署一个 app 自己使用,我是在一个 VPS 上部署的,不保证一直稳定

![image](https://github.com/anc95/ChatGPT-CodeReview/assets/13167934/a7fbfc02-31c3-47b8-a7e3-09d3e023daa6) Hi, some variables are from the open ai SDK configuration. let me add some links and explanations to the readme.