OvidijusParsiunas / deep-chat

Fully customizable AI chatbot component for your website
https://deepchat.dev
MIT License
1.26k stars 170 forks source link

Sending speech to text input #176

Open FranzHell opened 2 months ago

FranzHell commented 2 months ago

Dear @OvidijusParsiunas

image Can not send the text to speech input (send icon not clickable) .. only clickable when i add another character.

doesnt work here nor in a local running setup. https://deepchat.dev/docs/speech/#speechToText

Can you help?

OvidijusParsiunas commented 2 months ago

Hi @FranzHell. This issue has been fixed in the Deep Chat dev packages and will be part of our next release.

Due to my current work obligations and the next release being really big, it will take some time for it to go, hence I would recommend you to use our dev packages in the meanwhile. They are called deep-chat-dev and deep-chat-react-dev and behave just like the main packages except their names are different. They also contain a few property name changes, such as the request property is changed to connect and stream is moved to the connect object. All of the current/old properties will still keep working as usual except you will see warnings in the console for their deprecation and get a few TypeScript warnings which you can ignore.

Let me know if this helps. Thanks!