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

bring up to date #6

Closed
wants to merge 1 commit into from
Closed

bring up to date #6

wants to merge 1 commit into from

Conversation

JarbasAl
Copy link
Contributor

@JarbasAl JarbasAl commented Feb 4, 2023

for integration with OpenVoiceOS/ovos-backend-client#28

LOG.info(f"loaded question solver plugin: {plug_name}")
except Exception as e:
LOG.exception(f"Failed to load question solver plugin: {plug_name}")
config = self.config.get(plug) or {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be plug_name, not plug?

if not config.get("enabled", True):
continue
try:
config = self.config.get(plug) or {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

config already defined?

JarbasAl added a commit to OpenVoiceOS/ovos-solver-openai-persona-plugin that referenced this pull request Apr 13, 2023
JarbasAl added a commit to OpenVoiceOS/ovos-plugin-manager that referenced this pull request Apr 13, 2023
the plugin base class for question solvers was not in OPM

this moves it here to follow the convention of other plugins now that is is a core part of persona

includes NeonGeckoCom/neon_solvers#6
@JarbasAl JarbasAl requested a review from NeonDaniel April 13, 2023 20:46
JarbasAl added a commit to OpenVoiceOS/ovos-plugin-manager that referenced this pull request Apr 13, 2023
the plugin base class for question solvers was not in OPM

this moves it here to follow the convention of other plugins now that is is a core part of persona

includes NeonGeckoCom/neon_solvers#6
@JarbasAl
Copy link
Contributor Author

replaced by OpenVoiceOS/ovos-plugin-manager#140

@JarbasAl JarbasAl closed this Apr 13, 2023
@JarbasAl JarbasAl reopened this Apr 13, 2023
@JarbasAl
Copy link
Contributor Author

nvm, the service should stay here, only base class moved, will update PR

@OpenVoiceOS OpenVoiceOS closed this by deleting the head repository Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants