Commit bcca6ffe authored by Joel's avatar Joel

fix: universal audio to text default url

parent baaca2c8
...@@ -86,7 +86,7 @@ const VoiceInput = ({ ...@@ -86,7 +86,7 @@ const VoiceInput = ({
const formData = new FormData() const formData = new FormData()
formData.append('file', mp3File) formData.append('file', mp3File)
let url = '' let url = '/universal-chat/audio-to-text'
let isPublic = false let isPublic = false
if (params.token) { if (params.token) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment