wlhtea / Suno2openai

以openai格式调用suno api,并将cookie保存为数据库,实现cookie池调用 📈已接入newapi、oneapi中转站,适配chat-next-web等前端项目 || Call suno api in openai format, and save the cookie as a database to realize the cookie pool call to access newapi, oneapi relay station, adapting chat-next-web and other front-end projects
MIT License
220 stars 44 forks source link

0.2.3 版本更新 #52

Open Yanyutin753 opened 3 months ago

Yanyutin753 commented 3 months ago

本次PR的内容:

  1. 更新提示词违规或者超过字数的错误回复

    6b29a72d239395a30301a2598bd0e60 efe2534cfb05e91c020cdfda112008b
  2. 修复并发高的时候不会删除掉对应cookie的singID

  3. 重构代码,结构更加清晰

  4. 修改刷新cookies的时间为每天早上10点,同时支持自动剔除无效cookie, 且能在请求的时候,剔除无效cookies

  5. 优化并发处理,提升日志报错清晰度

  6. 优化回复空回复的情况