2 private links
This project aims to achieve permanent use of Xcode LLM/Apple Intelligence on any Mac without disabling System Integrity Protection (SIP) or only disabling it once. Apple Intelligence is only supported on macOS XcodeLLM, Apple Intelligence and ChatGPT integration have been tested normally on Mac mini (M4 Pro, 2024) + macOS 15.2. [...] If you choose to use this project, you do so at your own risk and are responsible for compliance with any applicable laws. [...] # Override XcodeLLM only curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override xcodellm # Override Apple Intelligence only curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override greymatter # For Apple Intelligence + Cleanup curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override greymatter+strontium # For XcodeLLM + Apple Intelligence + Cleanup curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override xcodellm+greymatter+strontium Note [...] Other issue curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- doctor
https://raw.githubusercontent.com/cooderl/wewe-rss/main/assets/logo.png 更优雅的微信公众号订阅方式。 https://zeabur.com/ https://railway.app/ https://github.com/cooderl/wewe-rss/issues/32 可参考 https://github.com/cooderl/wewe-rss/blob/main/docker-compose.yml 和 https://github.com/cooderl/wewe-rss/blob/main/docker-compose.sqlite.yml docker run -d \ --name wewe-rss \ -p 4000:4000 \ -e DATABASE_TYPE=sqlite \ -v $(pwd)/data:/app/data \ cooderl/wewe-rss-sqlite:latest 创建docker网络 docker network create wewe-rss 启动 MySQL 数据库 docker run -d \ --name db \ -e TZ='Asia/Shanghai' \ -v db_data:/var/lib/mysql \ --network wewe-rss \ mysql:latest --default-authentication-plugin=mysql_native_password DATABASE_URL (必填项)数据库地址,例如 mysql://root:123456@127.0.0.1:3306/wewe-rss。 [...] (添加频率过高容易被封控,等24小时解封) https://github.com/cooderl/wewe-rss/blob/main/assets/preview3.png 安装 nodejs 18 和 pnpm; 修改环境变量cp./apps/web/.env.local.example./apps/web/.env和cp./apps/server/.env.local.example./apps/server/.env 执行 pnpm install && pnpm dev 即可。