Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring for Future tech integration and reduced dependencies #270

Merged
merged 11 commits into from
Dec 29, 2023

Conversation

uezo
Copy link
Owner

@uezo uezo commented Dec 29, 2023

We made numerous internal changes to facilitate the integration of new technologies, including generative AI.

  • Separate interface and implementation
  • Remove unnecessary features
  • Organize and clarify structure
  • Reduce dependency on the background of processes

While this does not add any new features and may seem unremarkable, it is an important initiative as a run-up to future developments🛫

This was very useful back when AI-powered Natural Language Understanding (NLU) was not as advanced as it is today.
Also merged the functionality of ShortPhraseListener into WakeWordListenerBase.
…Base

Use this class to make VoiceRequestProvider that depends on SDK that manages microphone internally.
Change type from list<object> to Dictionary<string, object> to contain objects more explicitly.
Since router manages the skills, the registration process has also been made to be conducted by the router itself.
Until now, the streaming communication with ChatGPT (such as buffer management) was managed using private variables in the ChatGPTService, but now a session object is generated for each request, and all information related to the request is aggregated there.
@uezo uezo merged commit f58a756 into master Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant