Skip to content

Commit

Permalink
add 10-09 ai daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Oct 9, 2024
1 parent 48e7623 commit 69b05df
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 0 deletions.
89 changes: 89 additions & 0 deletions docs/en/posts/2024/10-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
title: October 09
date: 2024-10-09
cover: https://oss.justin3go.com/blogs/fav0-001.jpg
---

Today's selected cutting-edge AI information, welcome to read 👇

**📊 Anthropic launches Message Batches API, supporting asynchronous processing of large query volumes at lower cost.**

**🎵 UniMuMo: Multimodal model capable of unified generation of text, music, and motion, achieving cross-modal output.**

**💻 gptme: Powerful open-source terminal AI assistant, supporting various local operations and mainstream LLM providers.**

**🔍 Luxirty Search: Distinctive open-source search engine based on Google, blocking content farms, ad-free and tracking-free.**

**📚 "Linux From Scratch" Chinese version: Free e-book teaching you to build your own Linux system from scratch.**

### Cutting-edge News

**1. Anthropic launches new Message Batches API.**

Allows developers to process batch tasks of up to 10,000 queries asynchronously, completing processing for each batch within 24 hours, at a cost 50% lower than standard API calls.

Detailed introduction: https://www.anthropic.com/news/message-batches-api

The public beta version of this API is now available, supporting Claude 3.5 Sonnet, Claude 3 Opus, and Claude 3 Haiku models.

![image-20241009212024505](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-10-09/image-20241009212024505.png)

### Cutting-edge Technology

**1. Interesting, a multimodal model unifying text, music, and motion generation: UniMuMo.**

Capable of generating music with accompanying dance movements based on text, accepting text, music, and motion data as input conditions to produce output spanning these three modalities.

Detailed introduction: https://hanyangclarence.github.io/unimumo_demo/

GitHub: https://github.com/hanyangclarence/UniMuMo

In simple terms, it can understand text, interpret music, and choreograph dances. It can generate actions based on text + music, or generate music based on text + actions, etc.

![Overview](https://hanyangclarence.github.io/unimumo_demo/image/overview.png)

### Open Source Projects

**1. A powerful open-source terminal AI assistant: gptme.**

Once installed, you can execute local code, read and write files, search and browse web pages, and perform visual recognition operations in the terminal.

GitHub: https://github.com/ErikBjare/gptme

Additionally, it supports current mainstream LLM providers such as OpenAI, Anthropic, and OpenRouter, and can also use llama.cpp to provide services locally.

![284243086-bae45488-f4ed-409c-a656-0c5218877de2](https://cdn.jsdelivr.net/gh/freelander/oss@master/baodian/2024-10-09/284243086-bae45488-f4ed-409c-a656-0c5218877de2.gif)

**2. A distinctive open-source search engine: Luxirty Search.**

Based on Google, it blocks content farms and features no ads, no tracking, clean, concise, and fast characteristics.

GitHub: https://github.com/KoriIku/luxirty-search

Feature highlights:

1. Built-in content farm blocking, including CSDN and other SEO sites, and Stack Overflow Chinese translation sites.
2. One-click boost of search weight for GitHub, Stack Overflow, V2EX, and CNBlogs, without the need to manually input site:.
3. One-click search for v2ex, Reddit.
4. Built-in ad blocking and tracking link removal.

![image-20241009190006925](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-10-09/image-20241009190006925.png)

### Open Source Books

**2. A free-to-read book: "Linux From Scratch" Chinese translation version.**

This book not only teaches you how to use Linux but also guides you in building your own Linux system and deeply understanding how Linux works.

Read online: https://lfs.xry111.site/zh_CN/12.2/index.html

Main core concepts:

- Building from scratch: Guides you in building the entire system from source code, providing a deep understanding of Linux's internal workings;
- Learning and customization: Learn about all aspects of the Linux system during the building process, while customizing the system according to personal needs;
- Complete control: Through hands-on building, gain thorough knowledge of every component of the system;
- Resource optimization: Allows creation of streamlined Linux systems, such as bootable CDs, USB boot drives, and embedded systems;
- Enhanced security: Building from source provides an opportunity to review all code, enabling faster application of security patches;
- Practical learning: Through hands-on practice, although the process is complex, you gain a profound understanding and practical experience of the Linux system.

![image-20241009215215196](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-10-09/image-20241009215215196.png)
97 changes: 97 additions & 0 deletions docs/posts/2024/10-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
---
title: 10 月 09 日
date: 2024-10-09
cover: https://oss.justin3go.com/blogs/fav0-001.jpg
---

今日精选的前沿 AI 信息,欢迎阅读 👇

**📊 Anthropic 推出 Message Batches API,支持异步处理大量查询,成本更低。**

**🎵 UniMuMo:多模态模型,可统一生成文本、音乐和动作,实现跨模态输出。**

**💻 gptme:功能强大的开源终端 AI 助手,支持多种本地操作和主流 LLM 提供商。**

**🔍 Luxirty Search:特色开源搜索引擎,基于 Google,屏蔽内容农场,无广告无跟踪。**

**📚 《Linux From Scratch》中文版:免费电子书,教你从零构建专属 Linux 系统。**



### 前沿资讯

**1、Anthropic 推出了新的 Message Batches API。**

允许开发者以异步方式处理高达 10,000 个查询的批量任务,每个批次在 24 小时内完成处理,成本比标准 API 调用低 50%。

详细介绍:https://www.anthropic.com/news/message-batches-api

该 API 目前公开测试版已推出,支持 Claude 3.5 Sonnet、Claude 3 Opus 和 Claude 3 Haiku 模型。

![image-20241009212024505](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-10-09/image-20241009212024505.png)



### 前沿技术

**1、有意思,一个统一文本、音乐和动作生成的多模态模型:UniMuMo。**

能够根据文本生成音乐还配有舞蹈动作,接受文本、音乐和运动数据作为输入条件,生成跨越这三个模态的输出。

详细介绍:https://hanyangclarence.github.io/unimumo_demo/

GitHub:https://github.com/hanyangclarence/UniMuMo

简单来说它既能读懂文字,又能听懂音乐,还能编舞,可以根据文字+音乐生成动作,也可以根据文字+动作生成音乐等。

![Overview](https://hanyangclarence.github.io/unimumo_demo/image/overview.png)



### 开源项目

**1、一款功能强大的开源终端 AI 助手:gptme。**

安装了它,你可以在终端上执行本地代码、读写文件、搜索和浏览网页以及进行视觉识别等操作。

GitHub:https://github.com/ErikBjare/gptme

此外,支持目前主流 LLM 提供商,如 OpenAI、Anthropic 和 OpenRouter,也可以使用 llama.cpp 在本地提供服务。

![284243086-bae45488-f4ed-409c-a656-0c5218877de2](https://cdn.jsdelivr.net/gh/freelander/oss@master/baodian/2024-10-09/284243086-bae45488-f4ed-409c-a656-0c5218877de2.gif)

**2、一个颇有特色的开源搜索引擎:Luxirty Search。**

基于 Google,屏蔽内容农场,具有无广告、无跟踪、干净、简洁,快等特点。

GitHub:https://github.com/KoriIku/luxirty-search

功能特色:

1. 内置内容农场屏蔽,包括 CSDN 等 SEO 站点和 Stack Overflow 中文翻译站。
2. 一键提升 GitHub、Stack Overflow、V2EX、博客园搜索权重,无需手动输入 site:。
3. 一键搜索 v2ex、Raddit。
4. 内置广告屏蔽、跟踪链接移除。

![image-20241009190006925](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-10-09/image-20241009190006925.png)



### 开源书籍

**2、一本可免费阅读的书籍:《Linux From Scratch》中文翻译版。**

这本书不仅仅教会你如何使用 Linux,更是带你构建出一个专属自己的 Linux 系统,并深入了解学习 Linux 工作原理。

在线阅读:https://lfs.xry111.site/zh_CN/12.2/index.html

主要核心理念:

- 从零开始构建:带大家从源代码开始构建整个系统,深入理解 Linux 的内部工作原理;
- 学习与个性定制:在构建过程中,学习 Linux 系统方方面面,同时可根据个人需求定制专属系统;
- 全面掌控:通过自己动手构建,对系统的每个组件都了如指掌;
- 资源优化:允许创建精简的 Linux 系统,如可引导CD、USB启动盘和嵌入式系统等;
- 提升安全性:从源码构建给了你审核所有代码的机会,使你能更快速地应用安全补丁;
- 实战学习:通过亲身实践,过程虽然复杂,但能获得对 Linux 系统的深刻理解和实践经验。

![image-20241009215215196](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-10-09/image-20241009215215196.png)

0 comments on commit 69b05df

Please sign in to comment.