NeonGeckoCom / neon-llm-chatgpt

Other
0 stars 5 forks source link

[FEAT] solver plugin #2

Open JarbasAl opened 1 year ago

JarbasAl commented 1 year ago

Objective

OPM

Initial Implementation Requirements

provide neon solver plugin in setup.py for integration with persona https://github.com/OpenVoiceOS/ovos-core/issues/297

Other Considerations

No response

NeonDaniel commented 1 year ago

We should consider if these LLM MQ modules should be implemented as solvers directly, or implement the clients, similar to the remote TTS plugins

JarbasAl commented 1 year ago

the plan is to have a solver server dockerfile, like we have for tts/stt, which can then load whatever solver it needs and cover remote needs

NeonDaniel commented 1 year ago

So, for this repository the work to be done is to add a class that extends neon_solvers.AbstractSolver.

JarbasAl commented 1 year ago

So, for this repository the work to be done is to add a class that extends neon_solvers.AbstractSolver.

yes, but the class now comes from OPM like other plugins, neon_solvers is providing the service only