1
This commit is contained in:
@@ -17,6 +17,8 @@ use tokio_tungstenite::{
|
||||
};
|
||||
use uuid::Uuid;
|
||||
|
||||
pub use tokio_tungstenite::tungstenite::{Error as UpstreamWsError, Message as UpstreamWsMessage};
|
||||
|
||||
pub const DEFAULT_ASR_WS_URL: &str = "wss://openspeech.bytedance.com/api/v3/sauc/bigmodel_async";
|
||||
pub const DEFAULT_TTS_BIDIRECTION_WS_URL: &str =
|
||||
"wss://openspeech.bytedance.com/api/v3/tts/bidirection";
|
||||
|
||||
Reference in New Issue
Block a user