From 17e69fd567428229c24f07be0d1dd1dabd9a7040 Mon Sep 17 00:00:00 2001 From: blueeon Date: Thu, 28 Mar 2024 22:12:39 +0800 Subject: [PATCH 1/2] 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 From 1923ab4028315fec0d06ec041c7c5179ee912773 Mon Sep 17 00:00:00 2001 From: blueeon Date: Thu, 28 Mar 2024 22:20:10 +0800 Subject: [PATCH 2/2] docs: add vercel deploy button & demo link --- README.md | 4 ++-- README_CN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4311509..b2fc244 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ We discovered that some users have similar needs, so we decided to open-source t ## Demo We have deployed an example bound to a free Suno account, so it has daily usage limits, but you can see how it runs: -[https://...](https://...) +[suno-api.vercel.app](https://suno-api.vercel.app) ## Features @@ -47,7 +47,7 @@ You can choose your preferred deployment method: #### Deploy to Vercel -[button] +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgcui-art%2Fsuno-api&env=SUNO_COOKIE&project-name=suno-api&repository-name=suno-api) #### Run locally diff --git a/README_CN.md b/README_CN.md index ddb1873..8ef7b00 100644 --- a/README_CN.md +++ b/README_CN.md @@ -46,7 +46,7 @@ Suno.ai v3 是一个令人惊叹的 AI 音乐服务,虽然官方还没有开 #### 部署到 Vercel -[button] +[![部署到 Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgcui-art%2Fsuno-api&env=SUNO_COOKIE&project-name=suno-api&repository-name=suno-api) #### 本地运行