Commit Graph

17 Commits

Author SHA1 Message Date
93b37907f3 优化构建路径前缀 2025-09-09 11:52:03 +08:00
42cb19214f 优化代理 2025-09-07 18:42:24 +08:00
gohoski
48a39a77f4 implement cookie check, use browser NPM package for auto install instead of a manual command, fix Docker & add notice about macOS recommendation 2025-01-21 23:15:53 +03:00
gohoski
7da7ac6ae2 Implement hCaptcha solving via 2Captcha & other stuff
- implement hCaptcha solving via paid service 2Captcha and browser automation library Playwright with rebrowser-patches

- implement sunoApi instances caching so sessions won't be constantly updated

- add support for entering cookies not only in SUNO_COOKIE, but also the Cookie HTTP header

- update docs and add Russian docs
2025-01-06 05:25:08 +03:00
blueeon
eb484dfa79 📃 docs: change domain 2024-06-08 14:48:24 +08:00
blueeon
cb36f1b1a4 feat: Model selection.
1. Use the model number as an optional parameter, defaulting to 3.5;
2. Improve documentation.
2024-06-08 12:05:59 +08:00
blueeon
b3be1185a9 feat: Add new API
- Add a new API generate_lyrics.
- Update the documentation.
- Modify the API version.
2024-03-31 16:44:07 +08:00
blueeon
b719a61306 feat: add Analytics 2024-03-29 10:52:07 +08:00
blueeon
0a867ebb2d feat: Optimize page style & add Markdown support. 2024-03-28 17:57:24 +08:00
GitPusher99
d229d741f4 feat: resolve conflict 2024-03-28 15:48:16 +08:00
blueeon
79ab827549 feat: add swagger api doc 2024-03-28 14:15:24 +08:00
GitPusher99
d3160ce5f9 feat: optimize code 2024-03-28 13:21:33 +08:00
blueeon
2a309f87a7 feat: Add pino-pretty logging and update SunoApi methods
Introduce pino-pretty for improved logging and update SunoApi methods to
incorporate new functionalities for generating custom audios, retrieving
audio information, and obtaining credit details. The new pino-pretty
logging enhances readability and provides better insights into
application behavior. These changes align with the broader goal of
enhancing developer experience and maintaining application stability.

#N/A
2024-03-28 11:50:10 +08:00
blueeon
0fcf77df6d feat: Add new dependencies and SunoApi class for audio generation
functionality

Added new dependencies for axios, pino, and user-agents in the
package.json and pnpm-lock.yaml files to support audio generation
functionality. Additionally, implemented a new SunoApi class in the lib
directory to handle the audio generation process, including functions
for generating, customizing, and retrieving audio content from the
Suno.ai API. This addresses the need for enhanced audio processing
capabilities and lays the groundwork for efficient integration with the
Suno.ai API. No issues are associated with these additions.
2024-03-28 03:35:22 +08:00
blueeon
f8b40fe59e docs: update readme 2024-03-27 21:37:40 +08:00
yangke
e94f7ee71d Initial commit 2024-03-27 17:52:09 +08:00
yangke
7cb8dd3441 Initial commit from Create Next App 2024-03-27 16:13:15 +08:00