Is anyone working on a ChatGPT mycroft skill using their API? I’m asking so I might follow such a project
id love that to happen too, that would give so much more life to my ai
1 Like
I’m working on one. Just trying to figure out how I can capture my speech to text as a variable with mycroft and some words and workflows to ensure that it is communicating with ChatGPT.
2 Likes
I said that this was the beginnings of Skynet at a recent security meeting I was in with my team lmao
1 Like
you need to implement def CPS_match_query_phrase(self, phrase)
in your skill as per Common Play Framework - Mycroft AI
Then phrase
will contain your speech transcribed to text.
Do you intend to make your skill public?
1 Like
This repo is trying to port it currently to open source
1 Like
2 Likes