gitlab使用ollama触发AI审核评估提交代码

前言: gitlab使用CICD触发本地AI模型审核代码与代码提交页面评论 安装ollama+open-webui ,这是linux安装,此步骤百度即可,安装简单 curl -fsSL https://ollama.com/install.sh | sh


aws cloudfront文件预热(python SDK实现)

cloudfront需要自己配置缓存方式,此处不做说明,下方直接贴代码,照抄即可,记得修改脚本中的中文标注 import boto3 import requests from concurrent.futures import ThreadPoolExecutor from botocore.con