Claude Code 现在完全免费,永久有效🤯
Google 刚刚在 Ollama 上发布了 Gemma 4,这意味着你可以在本地运行 Claude Code,无需支付任何 API 费用或订阅费。
只需安装 Gemma 4,将其连接到 Claude Code,即可立即在您的计算机上直接运行免费的 AI 代理。
谷歌或许已经终结了人工智能订阅成本。 🚀
Claude Code is now completely free forever 🤯
Google just dropped Gemma 4 on Ollama, which means you can run Claude Code locally with zero API bills and zero subscriptions.
Just install Gemma 4, connect it to Claude Code, and suddenly you have free AI agents running directly on your computer.
Google may have just killed AI subscription costs. 🚀
超酷,Gemini 3做的一个3D交互式网站,它通过摄像头识别手势并可实时交互,可以用手操控粒子
Gemini 3可以生成带three.js的3D交互场景,生成的场景可以用手进行互动
对线下的展会、橱窗或广告牌可以搞成隔空操控体验了
方法:
打开Google AI Studio,把提示词贴进去
把生成的代码复制出来
新建一个文本文件,把代码粘进去,然后把文件名从默认的 .txt 改成 index.html
最后双击用浏览器打开
提示词:
Create a real-time interactive 3D particle system with Three.js.
requirements:
1. Control the scaling and expansion of the particle group by detecting the tension and closing of both hands through the camera.
2. Provide panels that can choose hearts/flowers/saturn/Buddha statues/fireworks and other templates
3. Support the colour selector to adjust the particle colour
4. Particles need to respond to gesture changes in real time. The interface is simple and modern.
5. The interface is simple and modern
用例来自于 @EHuanglu
#Gemini3 #AI交互网页