diff --git a/README.md b/README.md index 9103382..b2fc244 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. @@ -15,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 @@ -45,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 d2bbd4e..8ef7b00 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 @@ -44,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) #### 本地运行