update:更正cosyvoice大模型节点

This commit is contained in:
hrz
2025-07-21 12:03:53 +08:00
parent eb130aa57f
commit f6e79e17b7
2 changed files with 6 additions and 3 deletions
@@ -6,11 +6,14 @@ import base64
import requests
from datetime import datetime
from core.providers.tts.base import TTSProviderBase
from config.logger import setup_logging
import time
import uuid
from urllib import parse
TAG = __name__
logger = setup_logging()
class AccessToken:
@staticmethod