Very cool
Some questions:
Is it possible for it to understand Portuguese?
Is it possible to ask for information about the variables that RealDash is reading, like asking what the engine temperature is and having it respond with the value?
I also thought about a Custom Assistant for manufacturers with MyRealDash, I’m doing some tests on the API.
Thanks
It should understand Portuguese if Speech Recognition is set up for that in device settings.
No, it currently does not understand the state of the inputs. Your speech is basically transferred to ChatGPT ‘as-is’.
1 Like
On Android I can’t configure it to understand Portuguese, but it worked on Windows.
I’m studying the API and I managed to write some code in Python so that:
-It responds when asked for a value of a specific variable.
-It creates a conversation section that remembers information previously provided by the user.
-I can give instructions to the Assistant remotely using the API interface, this could include data about my modules, to support my customers.
I can send you the code I wrote for you to analyze, I think it would be interesting to implement it in RealDash.
Thank you
1 Like