fix: fix some error by cache queue

This commit is contained in:
冯琪 2025-03-13 15:06:26 +08:00
parent ab8dbe8132
commit 376f966dba

View File

@ -1,7 +1,7 @@
{
"OPENAI_API_KEY":"your_openai_api_key_here",
"VOICERSS_API_KEY":"your_voicerss_api_key_here",
"TTS_BASE_URL":"https://server.feng-arch.cn:52861",
"TTS_BASE_URL":"http://server.feng-arch.cn:52861",
"websocket_port": 6006,
"port": 6007
}