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
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.
I said that this was the beginnings of Skynet at a recent security meeting I was in with my team lmao
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?
This repo is trying to port it currently to open source
We have a ChatGPT skill working on the Neon OS, and are close to adding a second, private LLM option. Say, “Hey Neon, I want to talk to ChatGPT”.
advanced users might be able to even get an early version of persona going already ovos-persona/ovos_persona/skill.py at dev · OpenVoiceOS/ovos-persona · GitHub