小安

Results 186 comments of 小安

是在哪个网站使用的

@DigitalNomad-Chat 暂时无

@stefanusgusega yes. your understanding is correct, if OPENAI_API_KEY existing in ENV, then use it. if not, then trying to retrieve it from github variables

the github action looks working. yes, it's expected. if you are using github bot, it can only access the OPENAI_API_KEY in variables, so it raised the error. either you deploy...

``` on: pull_request: types: [opened, reopened, synchronize] ``` opened 是新开 MR, synchronize 是给当前 MR 推送新的调整,这两种情况应该都会触发 review。 推送第三方 IM 暂时不考虑做,你可以找找有没有能同步 PR 信息到 IM 的机器人