摘要: 小满三岁啦 Life was like a box of chocolate, you never know what you're gonna get. 阅读全文
posted @ 2024-04-08 13:12 小满三岁啦 阅读(59) 评论(0) 推荐(0)
摘要: 重新认识python 人生就像一盒巧克力,你永远不知道会尝到哪种滋味。 阅读全文
posted @ 2024-02-27 22:02 小满三岁啦 阅读(74) 评论(0) 推荐(1)
摘要: services: minio: image: quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z container_name: minio restart: always ports: - "9000:9000" - "9001:9001" envi 阅读全文
posted @ 2026-05-08 16:12 小满三岁啦 阅读(13) 评论(0) 推荐(0)
摘要: 在项目的.env里面加入下面的配置就行 GOOGLE_GEMINI_BASE_URL=xx GEMINI_API_KEY=sk-xx GEMINI_MODEL=gemini-3.1-pro-preview 阅读全文
posted @ 2026-04-29 14:48 小满三岁啦 阅读(18) 评论(0) 推荐(0)
摘要: https://api.blackbox.ai/v1 # 可以通过 kilo code或者 page-assist去查看全部模型 阅读全文
posted @ 2026-04-26 23:29 小满三岁啦 阅读(8) 评论(0) 推荐(0)
摘要: 执行下面命令 然后重启claude即可 export ANTHROPIC_BASE_URL="<域名>" export ANTHROPIC_AUTH_TOKEN="<API KEY>" 插件推荐 https://github.com/Haleclipse/CCometixLine WSL2里面永久写 阅读全文
posted @ 2026-04-10 14:16 小满三岁啦 阅读(1672) 评论(0) 推荐(0)
摘要: 只需要把这个发给opencode即可 install and configure oh-my-opencode by following the instructions here: https://raw.githubusercontent.com/code-yeongyu/oh-my-openc 阅读全文
posted @ 2026-03-27 00:02 小满三岁啦 阅读(59) 评论(0) 推荐(0)
摘要: https://github.com/n4ze3m/page-assist 阅读全文
posted @ 2026-03-17 22:34 小满三岁啦 阅读(9) 评论(0) 推荐(0)
摘要: 官方网址:https://app.kilo.ai/profile 接口地址 https://api.kilo.ai/api/gateway # 如何使用 Authorization xx 阅读全文
posted @ 2026-03-17 21:49 小满三岁啦 阅读(125) 评论(2) 推荐(0)
摘要: 🚀 CLIProxyAPIPlus 部署教程(Docker 版) 📌 项目地址 GitHub:https://github.com/router-for-me/CLIProxyAPIPlus CLIProxyAPIPlus 是 CLIProxyAPI 的增强版本,支持更多第三方模型接入(如 Co 阅读全文
posted @ 2026-03-17 21:07 小满三岁啦 阅读(3152) 评论(0) 推荐(0)
摘要: 解决方案1 启动FastAPI后端项目,发现报错:Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试 百度改问题时,发现Dajango项目也会出现同样的错误,简而言之,出现这个问题就是启动后端的端口被占用了 打开cmd,输入下面代码,查看是什么应用占了 阅读全文
posted @ 2025-06-18 10:32 小满三岁啦 阅读(1196) 评论(0) 推荐(0)
摘要: docker安装 一行命令安装docker 推荐 bash <(curl -sSL https://linuxmirrors.cn/main.sh) 其它方案 // 下载并运行 Docker 安装脚本: curl -fsSL https://get.docker.com -o get-docker. 阅读全文
posted @ 2025-04-10 23:39 小满三岁啦 阅读(191) 评论(0) 推荐(0)