robotemi/sdk

String from startDefaultNLU

Ahad-Haque opened this issue · 2 comments

How do I get string instead of Temi's voice from startDefaultNlu() function? or is their any other way of asking a question to Temi via text and get reply from temi via text also? Like chatgpt? but in this case Temi will be using its own NLP to process and reply user's text.

Thank you.

There isn't such a way to use temi NLP like ChatGPT .

startDefaultNlu calls temi NLP and it will not always end up with a TTS response.

Like "Save location as entrance" will trigger the save location intent, or a trained Q&A with responses in sequence or open an app.

Alright understand, then is there any way of getting reply (of a question) from Temi as Text and not voice?