模型的能力在变化,Gemini 在软件层面也给我们带来了更好的生图体验。新增的这些风格,让我想到了之前在 Google Labs 里面的 Whisk 工具,上传参考图片,一键复制风格。而现在是,选择对应的风格,简单输入提示词,就能得到一种理想的图片。
Author(s): Cai-Fu Pan, Dong-Jie Wang, Wen-Lue Mao, Li-Xia Jia, Yan-Kun Dou, Jin-Li Cao, Xin-Fu He, Wen Yang。业内人士推荐搜狗输入法下载作为进阶阅读
近期,Claude Code 正式上线了一个全新功能:远程控制。,推荐阅读51吃瓜获取更多信息
miditui#Create a music player in the terminal using Rust was another Rust stress test I gave to LLMs: command line terminals can’t play audio, right? Turns out, it can with the rodio crate. Given the success so far with Opus 4.5 I decided to make the tasks more difficult: terminals can play sound, but can it compose sound? So I asked Opus 4.5 to create a MIDI composer and playback DAW within a terminal, which worked. Adding features forced me to learn more about how MIDIs and SoundFonts actually work, so it was also educational!