|
@@ -143,7 +143,7 @@ const onSend = (text = '') => {
|
|
|
onTTSChunk: (messageId: string, audio: string) => {},
|
|
|
onTTSEnd: (messageId: string, audio: string) => {},
|
|
|
})
|
|
|
- getRelation(state.params.query)
|
|
|
+ // getRelation(state.params.query)
|
|
|
}
|
|
|
}
|
|
|
const getRelation = (text) => {
|