From 17e69fd567428229c24f07be0d1dd1dabd9a7040 Mon Sep 17 00:00:00 2001 From: blueeon Date: Thu, 28 Mar 2024 22:12:39 +0800 Subject: [PATCH] docs: update readme.md --- README.md | 2 ++ README_CN.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9103382..4311509 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Use API to call the music generation service of Suno.ai and easily integrate it into agents like GPTs. +👉 We update quickly, please star. + ## Introduction Suno.ai v3 is an amazing AI music service. Although the official API is not yet available, we couldn't wait to integrate its capabilities somewhere. diff --git a/README_CN.md b/README_CN.md index d2bbd4e..ddb1873 100644 --- a/README_CN.md +++ b/README_CN.md @@ -11,10 +11,12 @@ Suno.ai v3 是一个令人惊叹的 AI 音乐服务,虽然官方还没有开放 API,但我们已经迫不及待的想在某些地方集成它的能力。 我们发现有一些用户也有类似需求,于是我们将这个项目开源了,希望你们喜欢。 +👉 我们更新很快,欢迎 Star。 + ## Demo 我们部署了一个示例,绑定了一个免费的 suno 账号,所以它每天有使用限制,但你可以看到它运行起来的样子: -[https://...](https://...) +[suno-api.vercel.app](https://suno-api.vercel.app) ## Features